We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5e885 commit 2e23af4Copy full SHA for 2e23af4
setup.py
@@ -28,11 +28,10 @@
28
url='https://github.com/fosslight/fosslight_android_scanner',
29
download_url='https://github.com/fosslight/fosslight_android_scanner',
30
classifiers=['License :: OSI Approved :: Apache Software License',
31
- "Programming Language :: Python :: 3",
32
"Programming Language :: Python :: 3.10",
33
"Programming Language :: Python :: 3.11",
34
"Programming Language :: Python :: 3.12"],
35
- python_requires='>=3.8',
+ python_requires='>=3.10, <3.13',
36
install_requires=required,
37
include_package_data=True,
38
entry_points={
0 commit comments