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 169f2a7 commit 39dc47cCopy full SHA for 39dc47c
setup.py
@@ -29,10 +29,11 @@
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.7",
33
"Programming Language :: Python :: 3.8",
34
- "Programming Language :: Python :: 3.9"],
35
- python_requires='>=3.7',
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11"],
36
+ python_requires='>=3.8',
37
install_requires=required,
38
include_package_data=True,
39
entry_points={
0 commit comments