Skip to content

Commit 8cb8ce7

Browse files
committed
doc: python 3.11 support
1 parent 2e78257 commit 8cb8ce7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ def get_tag(self):
116116
"Programming Language :: Python :: 3.7",
117117
"Programming Language :: Python :: 3.8",
118118
"Programming Language :: Python :: 3.9",
119+
"Programming Language :: Python :: 3.10",
120+
"Programming Language :: Python :: 3.11",
119121
"Programming Language :: Python :: Implementation",
120122
"Programming Language :: Python :: Implementation :: CPython",
121123
"Programming Language :: Python :: Implementation :: Jython",

0 commit comments

Comments
 (0)