Skip to content

Commit

Permalink
tox: drop Python 3.7 and 3.11, add 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.11 is not used by RHEL nor Fedora.
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 7994d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/fedora-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
tox_env:
# sync with /tox.ini
- py36
- py37
- py311
- py39
- py312
- py313

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ max-line-length=120

[tox]
# sync with /.github/workflows/fedora-tox.yml
envlist = py{36,37,311,312,313}
# EL8 v3.6, EL9 v3.9, EL10 v3.12.
envlist = py{36,39,312,313}
skipsdist = True


Expand Down

0 comments on commit 7994d0b

Please sign in to comment.