Skip to content

Commit 105c263

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

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
pyparsing<=3.0.4;python_full_version<"3.6.8"
1+
pyparsing
22
scancode-toolkit==32.0.6
3+
scanoss
34
XlsxWriter
45
typecode-libmagic
56
fosslight_util>=1.4.28

setup.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@
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.7",
3029
"Programming Language :: Python :: 3.8",
31-
"Programming Language :: Python :: 3.9", ],
32-
python_requires=">=3.7",
30+
"Programming Language :: Python :: 3.9",
31+
"Programming Language :: Python :: 3.10",
32+
"Programming Language :: Python :: 3.11", ],
33+
python_requires=">=3.8",
3334
install_requires=required,
34-
extras_require={":python_version>'3.7'": ["scanoss>=0.7.0"],
35-
":python_version<'3.7'": ["dataclasses", "scanoss"],
36-
":python_version=='3.7'": ["scanoss>=0.7.0", "fingerprints==1.0.3"]},
3735
entry_points={
3836
"console_scripts": [
3937
"fosslight_convert = fosslight_source.convert_scancode:main",

0 commit comments

Comments
 (0)