Skip to content

Commit

Permalink
Merge pull request #19 from ErwinJanssen/drop-python-3.7
Browse files Browse the repository at this point in the history
Drop support for Python 3.7
  • Loading branch information
ErwinJanssen authored Dec 6, 2022
2 parents a37f6f4 + 59ee066 commit d421701
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{37,38,39,310}
py{38,39,310}
lint
skipsdist = true
skip_missing_interpreters = true
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
isolated_build = True
envlist =
py{37,38,39,310}
py{38,39,310}
lint
skip_missing_interpreters = true

Expand Down

0 comments on commit d421701

Please sign in to comment.