We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac74383 commit 640e97bCopy full SHA for 640e97b
setup.py
@@ -8,9 +8,6 @@
8
9
import sys, os
10
11
-PY_MAJOR = sys.version_info[0]
12
-PY_MINOR = sys.version_info[1]
13
-
14
# Disable SourceLink during the build until it can read repo-format v1, #1613
15
os.environ["EnableSourceControlManagerQueries"] = "false"
16
@@ -169,6 +166,7 @@ def finalize_options(self):
169
166
"Programming Language :: Python :: 3.7",
170
167
"Programming Language :: Python :: 3.8",
171
168
"Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
172
"Operating System :: Microsoft :: Windows",
173
"Operating System :: POSIX :: Linux",
174
"Operating System :: MacOS :: MacOS X",
0 commit comments