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 a10e8a0 commit e18dc4fCopy full SHA for e18dc4f
setup.py
@@ -26,11 +26,10 @@
26
download_url='https://github.com/fosslight/fosslight_source_scanner',
27
classifiers=['License :: OSI Approved :: Apache Software License',
28
"Programming Language :: Python :: 3",
29
- "Programming Language :: Python :: 3.8",
30
"Programming Language :: Python :: 3.9",
31
"Programming Language :: Python :: 3.10",
32
"Programming Language :: Python :: 3.11", ],
33
- python_requires=">=3.8",
+ python_requires=">=3.9",
34
install_requires=required,
35
entry_points={
36
"console_scripts": [
0 commit comments