about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-06-04 01:30:57 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-06-04 01:30:57 +0900
commitcb1b5c48145f9c23eae95f922c6af804466bcb42 (patch)
tree24859b4e1642753e7756975cae28e4d24f9847a3 /pyproject.toml
parent8b83c1f04c808558a8097022466b2d4327dd62af (diff)
downloadscadere-cb1b5c48145f9c23eae95f922c6af804466bcb42.tar.gz
Handle summaries of certs not retrieved
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 60291a8..4677381 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = 'flit_core.buildapi'
 name = 'scadere'
 description = 'TLS certificate renewal reminder'
 readme = 'README.md'
-requires-python = '>=3.10'
+requires-python = '>=3.11'
 license = { file = 'COPYING' }
 authors = [ { name = 'Nguyễn Gia Phong', email = 'cnx@loang.net' } ]
 maintainers = [ { name = 'Nguyễn Gia Phong', email = 'chung@loa.loang.net' } ]