File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6161 - name : Set up Python
6262 uses : actions/setup-python@v4
6363 with :
64- python-version : ' 3.7 '
64+ python-version : ' 3.8 '
6565 - name : Install dependencies
6666 run : |
6767 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 3535 runs-on : ubuntu-latest
3636 strategy :
3737 matrix :
38- python-version : [3.7, 3. 8]
38+ python-version : [3.8]
3939 steps :
4040 - uses : actions/checkout@v3
4141 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 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 = {
You can’t perform that action at this time.
0 commit comments