Skip to content

Commit e18dc4f

Browse files
change minimum python version
Signed-off-by: Wonjae Park <[email protected]>
1 parent a10e8a0 commit e18dc4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@
2626
download_url='https://github.com/fosslight/fosslight_source_scanner',
2727
classifiers=['License :: OSI Approved :: Apache Software License',
2828
"Programming Language :: Python :: 3",
29-
"Programming Language :: Python :: 3.8",
3029
"Programming Language :: Python :: 3.9",
3130
"Programming Language :: Python :: 3.10",
3231
"Programming Language :: Python :: 3.11", ],
33-
python_requires=">=3.8",
32+
python_requires=">=3.9",
3433
install_requires=required,
3534
entry_points={
3635
"console_scripts": [

0 commit comments

Comments
 (0)