Skip to content

Commit 6d29d65

Browse files
committed
Change the required version of Python to 3.7
1 parent d2abb30 commit 6d29d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +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.6",
3029
"Programming Language :: Python :: 3.7",
3130
"Programming Language :: Python :: 3.8",
3231
"Programming Language :: Python :: 3.9", ],
32+
python_requires=">=3.7",
3333
install_requires=required,
3434
extras_require={":python_version>'3.6'": ["scanoss>=0.7.0"],
3535
":python_version<'3.7'": ["dataclasses", "scanoss"]},

0 commit comments

Comments
 (0)