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 6d28d6e commit 0ef879dCopy full SHA for 0ef879d
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.8",
33
- "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3",
34
"Programming Language :: Python :: 3.10",
35
- "Programming Language :: Python :: 3.11"],
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12"],
36
python_requires='>=3.8',
37
install_requires=required,
38
include_package_data=True,
0 commit comments