Skip to content

Commit

Permalink
Change the required version of Python to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
soimkim committed Sep 1, 2022
1 parent 7b5b71b commit e21f332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6]
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
download_url='https://github.com/fosslight/fosslight_scanner',
classifiers=['License :: OSI Approved :: Apache Software License',
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", ],
python_requires=">=3.7",
install_requires=required,
package_data={'fosslight_scanner': ['resources/bom_compare.html']},
entry_points={
Expand Down

0 comments on commit e21f332

Please sign in to comment.