Skip to content

Commit d97abec

Browse files
committed
chore: 修改 SDK 的可支持版本为 3.6+
1 parent 61a9ceb commit d97abec

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ classifiers =
2121
Operating System :: Microsoft :: Windows :: Windows 10
2222
Operating System :: POSIX :: Linux
2323
Programming Language :: Python
24-
Programming Language :: Python :: 2.7
2524
Programming Language :: Python :: 3
26-
Programming Language :: Python :: 3.5
2725
Programming Language :: Python :: 3.6
2826
Programming Language :: Python :: 3.7
2927
Programming Language :: Python :: 3.8
3028
Programming Language :: Python :: 3.9
29+
Programming Language :: Python :: 3.10
3130
Topic :: Software Development :: Libraries
3231
Topic :: Software Development :: Libraries :: Python Modules
3332
Topic :: Utilities
@@ -38,6 +37,8 @@ setup_requires =
3837
setuptools
3938
wheel
4039
six
40+
pip
41+
python_requires = >=3.6.3
4142
[options.entry_points]
4243
console_scripts =
4344
bge = bgesdk.__main__:main

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ sonar.sources=./bgesdk/
88
sonar.tests=./tests/
99
sonar.language=python3
1010
sonar.login=7606612f14e4f45aa2a52e6bf83b52ef7bcfb3a6
11-
sonar.python.version=2.7, 3.5, 3.6, 3.7, 3.8, 3.9
11+
sonar.python.version=3.6, 3.7, 3.8, 3.9, 3.10
1212
sonar.python.coverage.reportPaths=coverage.xml

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
clean,py{27,35,36,37,38,39},coverage
3+
clean,py{36,37,38,39,310},coverage
44

55
[testenv]
66
whitelist_externals =

0 commit comments

Comments
 (0)