diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-21 20:32:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-21 20:51:14 +0100 |
commit | fc8620c4d4a749ea9be8d0340aa485c92edb7385 (patch) | |
tree | 4b4464bdd12423284ec88745fe0ad6925918897f /pyproject.toml | |
parent | 9650394b8cadaa6ef9f4732e10610058432935c8 (diff) | |
download | gemato-fc8620c4d4a749ea9be8d0340aa485c92edb7385.tar.gz |
Require Python 3.9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 cf6d282..465193e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3 :: Only", "Topic :: Security :: Cryptography", ] -requires-python = ">=3.8" +requires-python = ">=3.9" [project.optional-dependencies] pretty-log = ["rich"] |