Skip to content

Commit 2e23af4

Browse files
authored
Modify setup.py to change the supported Python version to 3.10 - 3.12 (#46)
Change the minimum Python version to 3.10
1 parent 6c5e885 commit 2e23af4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@
2828
url='https://github.com/fosslight/fosslight_android_scanner',
2929
download_url='https://github.com/fosslight/fosslight_android_scanner',
3030
classifiers=['License :: OSI Approved :: Apache Software License',
31-
"Programming Language :: Python :: 3",
3231
"Programming Language :: Python :: 3.10",
3332
"Programming Language :: Python :: 3.11",
3433
"Programming Language :: Python :: 3.12"],
35-
python_requires='>=3.8',
34+
python_requires='>=3.10, <3.13',
3635
install_requires=required,
3736
include_package_data=True,
3837
entry_points={

0 commit comments

Comments
 (0)