Skip to content

Commit 029a0e1

Browse files
Remove python 3.7 and add 3.10, 3.11
Signed-off-by: Wonjae Park <[email protected]>
1 parent de0c69e commit 029a0e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
download_url='https://github.com/fosslight/fosslight_scanner',
2828
classifiers=['License :: OSI Approved :: Apache Software License',
2929
"Programming Language :: Python :: 3",
30-
"Programming Language :: Python :: 3.7",
3130
"Programming Language :: Python :: 3.8",
32-
"Programming Language :: Python :: 3.9", ],
33-
python_requires=">=3.7",
31+
"Programming Language :: Python :: 3.9",
32+
"Programming Language :: Python :: 3.10",
33+
"Programming Language :: Python :: 3.11", ],
34+
python_requires=">=3.8",
3435
install_requires=required,
3536
package_data={'fosslight_scanner': ['resources/bom_compare.html']},
3637
entry_points={

0 commit comments

Comments
 (0)