Skip to content

Commit

Permalink
tox: drop Python 3.7
Browse files Browse the repository at this point in the history
No longer provided in the testing environment.
  • Loading branch information
praiskup committed Dec 5, 2024
1 parent 162b391 commit 92e45c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/fedora-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
tox_env:
# sync with /tox.ini
- py36
- py37
- py311
- py312
- py313
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ max-line-length=120

[tox]
# sync with /.github/workflows/fedora-tox.yml
envlist = py{36,37,311,312,313}
envlist = py{36,311,312,313}
skipsdist = True


Expand Down

0 comments on commit 92e45c2

Please sign in to comment.