summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-10 21:16:26 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2021-11-03 11:14:14 +0100
commit1f779491022ef3549ac3dc23bb78d6d7a8122390 (patch)
tree6fc7f0ae56ccb3604ce0f0ff70154be6ffdbd511 /pyproject.toml
parent483700ada63972e600c7770c124f5aa0568dabf7 (diff)
downloadrsa-git-1f779491022ef3549ac3dc23bb78d6d7a8122390.tar.gz
Add support for Python 3.10
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 d5fd5ab..aad9df8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,6 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Security :: Cryptography",