diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-28 23:49:09 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-28 23:49:09 +0900 |
commit | 9b9e25d1d042e315b745aba73f30501e6ab07edb (patch) | |
tree | 9628ab1267bfd27ef1d236fb67cf35a0111a93ea /pyproject.toml | |
parent | 53e37aabc2f2f19062a314ce0bf985ae2392d734 (diff) | |
download | scadere-9b9e25d1d042e315b745aba73f30501e6ab07edb.tar.gz |
Test CLI
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3e2d251..60291a8 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.9' +requires-python = '>=3.10' license = { file = 'COPYING' } authors = [ { name = 'Nguyễn Gia Phong', email = 'cnx@loang.net' } ] maintainers = [ { name = 'Nguyễn Gia Phong', email = 'chung@loa.loang.net' } ] |