From 462da901c7501af32f42003e0adbb16d4f1f7ddf Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Fri, 18 Nov 2022 16:58:47 +0100 Subject: Add support for Python 3.11 Signed-off-by: Daniel Ziegenberg --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 5c36ed4..1dddc9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Security :: Cryptography", -- cgit v1.2.1