From fc8620c4d4a749ea9be8d0340aa485c92edb7385 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 21 Jan 2023 20:32:10 +0100 Subject: Require Python 3.9+ 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 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"] -- cgit v1.2.3