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 a82b856 commit 644b742Copy full SHA for 644b742
setup.py
@@ -47,10 +47,10 @@
47
download_url='https://github.com/fosslight/fosslight_dependency_scanner',
48
classifiers=['License :: OSI Approved :: Apache Software License',
49
"Programming Language :: Python :: 3",
50
- "Programming Language :: Python :: 3.6",
51
- "Programming Language :: Python :: 3.7",
52
"Programming Language :: Python :: 3.8",
53
- "Programming Language :: Python :: 3.9", ],
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11", ],
54
install_requires=required,
55
package_data={_PACKAEG_NAME: [os.path.join(_LICENSE_DIR, '*')]},
56
include_package_data=True,
0 commit comments