File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 6060 - name : Set up Python
6161 uses : actions/setup-python@v4
6262 with :
63- python-version : ' 3.8 '
63+ python-version : ' 3.10 '
6464 - name : Install dependencies
6565 run : |
6666 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1616 build :
1717 strategy :
1818 matrix :
19- python-version : [3.8 , 3.11]
19+ python-version : [3.10 , 3.11, 3.12 ]
2020 os : [ubuntu-latest, windows-latest]
2121 runs-on : ${{ matrix.os }}
2222 steps :
3535 build_macos :
3636 strategy :
3737 matrix :
38- python-version : [3.9 , 3.11]
38+ python-version : [3.10 , 3.11, 3.12 ]
3939 runs-on : macos-latest
4040 steps :
4141 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11pyparsing
2- scanoss >= 1.18.0 , <= 1.26.3
2+ scanoss >= 1.18.0
33XlsxWriter
44fosslight_util >= 2.1.10
55PyYAML
66wheel >= 0.38.1
77intbitset
88fosslight_binary >= 5.0.0
9- scancode-toolkit == 32.0.* ;sys_platform == "darwin"
10- scancode-toolkit == 32.2.* ;sys_platform != "darwin"
11- psycopg2-binary == 2.9.9
12- beautifulsoup4 == 4.12.*
9+ scancode-toolkit
Original file line number Diff line number Diff line change 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" ,
30- "Programming Language :: Python :: 3.9" ,
3129 "Programming Language :: Python :: 3.10" ,
32- "Programming Language :: Python :: 3.11" , ],
33- python_requires = ">=3.8" ,
30+ "Programming Language :: Python :: 3.11" ,
31+ "Programming Language :: Python :: 3.12" , ],
32+ python_requires = ">=3.10" ,
3433 install_requires = required ,
3534 entry_points = {
3635 "console_scripts" : [
You can’t perform that action at this time.
0 commit comments