summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Ziegenberg <daniel@ziegenberg.at>2022-11-18 16:58:47 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2023-04-23 15:11:03 +0200
commit462da901c7501af32f42003e0adbb16d4f1f7ddf (patch)
treefcde5ef7aae668cfca2174d83e0ac9c9cb904b7d /pyproject.toml
parent0b52e7401ce0f34939a03d6d8da747352a6a7b94 (diff)
downloadrsa-git-462da901c7501af32f42003e0adbb16d4f1f7ddf.tar.gz
Add support for Python 3.11
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
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",