From 805ca36a222c5649b16134e818f8c8b23415c7a2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 26 Sep 2022 13:03:56 +0200 Subject: Discontinue the support for Python 3.6 and 3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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"] -- cgit v1.2.3