Skip to content

Commit 0057afc

Browse files
committed
Update setup.py
Signed-off-by: ethan.lee <[email protected]>
1 parent b827af5 commit 0057afc

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)