summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-11-06 00:11:19 +0200
committerGitHub <noreply@github.com>2022-11-05 18:11:19 -0400
commit3da4d1d35b0031cd511929c2af323ee8c0909ec7 (patch)
tree6977e1f49e728b7ebe2ffc75ff8a2b735ebf12e8 /setup.py
parentdc02ccca4fbe2ef62ff5f2432a5d4d51df2d8879 (diff)
downloadpyopenssl-3da4d1d35b0031cd511929c2af323ee8c0909ec7.tar.gz
Add support for Python 3.11 (#1161)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f46642f..70ac9a0 100644
--- a/setup.py
+++ b/setup.py
@@ -85,6 +85,7 @@ if __name__ == "__main__":
"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",