summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2022-12-09 11:51:33 -0500
committerGitHub <noreply@github.com>2022-12-09 11:51:33 -0500
commit4dab9a7436357173fad08a0f4e67a63daaaa15a6 (patch)
tree7b660eb66c6eaa060f3c144993a65ddf479e60a1 /setup.py
parenta8ad6fc8ba687736145b5dff3b0c53839d07ef1e (diff)
downloadpython-markdown-4dab9a7436357173fad08a0f4e67a63daaaa15a6.tar.gz
Officially support Python 3.11 (#1313)
Python 3.11 was released 2023-10-02.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c6eb6af..2a659d1 100755
--- a/setup.py
+++ b/setup.py
@@ -117,6 +117,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 :: 3 :: Only',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',