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 1562aa4 commit dc9c54aCopy full SHA for dc9c54a
setup.py
@@ -45,10 +45,9 @@
45
download_url='https://github.com/fosslight/fosslight_binary_scanner',
46
classifiers=['License :: OSI Approved :: Apache Software License',
47
"Programming Language :: Python :: 3",
48
- "Programming Language :: Python :: 3.6",
49
- "Programming Language :: Python :: 3.7",
50
- "Programming Language :: Python :: 3.8",
51
- "Programming Language :: Python :: 3.9", ],
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.10"],
52
install_requires=install_requires,
53
extras_require={
54
':sys_platform == "win32"': [
0 commit comments