Skip to content

Commit a820ffc

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
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",
31+
"Programming Language :: Python :: 3",
3232
"Programming Language :: Python :: 3.10",
3333
"Programming Language :: Python :: 3.11",
3434
"Programming Language :: Python :: 3.12"],
35-
python_requires='>=3.8',
35+
python_requires='>=3.10, <3.13',
3636
install_requires=required,
3737
include_package_data=True,
3838
entry_points={

0 commit comments

Comments
 (0)