Skip to content

Commit

Permalink
tox: drop Python 3.7 and add Python 3.9
Browse files Browse the repository at this point in the history
The version 3.7 is longer provided in the testing environment.
The version 3.9 is the EL9 default, it is good to test this one.
  • Loading branch information
praiskup committed Dec 5, 2024
1 parent 162b391 commit 087de55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fedora-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
tox_env:
# sync with /tox.ini
- py36
- py37
- py39
- 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,39,311,312,313}
skipsdist = True


Expand Down

0 comments on commit 087de55

Please sign in to comment.