summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-02-06 19:14:44 +0200
committerda-woods <dw-git@d-woods.co.uk>2023-02-06 17:18:53 +0000
commit67b7a7b448de58d2bf50d611d36991e3e3372aae (patch)
tree473024bf4bc4176509cdc102aa1bd9181fd11f7a
parentc21b39d498d9b078abf3704dd71d957ee9b6a8f7 (diff)
downloadcython-67b7a7b448de58d2bf50d611d36991e3e3372aae.tar.gz
Declare support for Python 3.11 (#5244)
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1b10c5bd2..027e0fc3d 100755
--- a/setup.py
+++ b/setup.py
@@ -274,6 +274,7 @@ setup(
"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",
"Programming Language :: C",