Skip to content

Commit

Permalink
drop EOL Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 committed Nov 6, 2023
1 parent bd7c9b7 commit b53eb8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Test with Python ${{ matrix.python }}
strategy:
matrix:
python: ['3.7' , '3.8', '3.9', '3.10', '3.11', '3.12']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- name: setup test environment
Expand Down Expand Up @@ -43,7 +43,3 @@ jobs:
- name: lint
run:
flake8
- name: mypy
run:
mypy --strict license_tools/ tests/
if: ${{ matrix.python != '3.7' }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
url='https://github.com/stefan6419846/license_tools',
packages=setuptools.find_packages(),
include_package_data=True,
python_requires=">=3.7, <4",
python_requires=">=3.8, <4",
install_requires=[
'scancode-toolkit',
'typecode-libmagic',
Expand Down

0 comments on commit b53eb8b

Please sign in to comment.