summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-26 13:03:56 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-26 13:04:43 +0200
commit805ca36a222c5649b16134e818f8c8b23415c7a2 (patch)
tree6007c4717fb9696bab6b2f7fb7273272dbcfba11 /pyproject.toml
parente907b0f04354873316311072da572943abb6281a (diff)
downloadgemato-805ca36a222c5649b16134e818f8c8b23415c7a2.tar.gz
Discontinue the support for Python 3.6 and 3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 f5fa742..cf6d282 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Topic :: Security :: Cryptography",
]
-requires-python = ">=3.6"
+requires-python = ">=3.8"
[project.optional-dependencies]
pretty-log = ["rich"]