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 de0c69e commit 029a0e1Copy full SHA for 029a0e1
setup.py
@@ -27,10 +27,11 @@
27
download_url='https://github.com/fosslight/fosslight_scanner',
28
classifiers=['License :: OSI Approved :: Apache Software License',
29
"Programming Language :: Python :: 3",
30
- "Programming Language :: Python :: 3.7",
31
"Programming Language :: Python :: 3.8",
32
- "Programming Language :: Python :: 3.9", ],
33
- python_requires=">=3.7",
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11", ],
34
+ python_requires=">=3.8",
35
install_requires=required,
36
package_data={'fosslight_scanner': ['resources/bom_compare.html']},
37
entry_points={
0 commit comments