8000 Add Python 3.10 to the list of supported versions · pythonnet/pythonnet@640e97b · GitHub
[go: up one dir, main page]

Skip to content

Commit 640e97b

Browse files
committed
Add Python 3.10 to the list of supported versions
1 parent ac74383 commit 640e97b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
import sys, os
1010

11-
PY_MAJOR = sys.version_info[0]
12-
PY_MINOR = sys.version_info[1]
13-
1411
# Disable SourceLink during the build until it can read repo-format v1, #1613
1512
os.environ["EnableSourceControlManagerQueries"] = "false"
1613

@@ -169,6 +166,7 @@ def finalize_options(self):
169166
"Programming Language :: Python :: 3.7",
170167
"Programming Language :: Python :: 3.8",
171168
"Programming Language :: Python :: 3.9",
169+
"Programming Language :: Python :: 3.10",
172170
"Operating System :: Microsoft :: Windows",
173171
"Operating System :: POSIX :: Linux",
174172
"Operating System :: MacOS :: MacOS X",

0 commit comments

Comments
 (0)
0