Skip to content

Commit

Permalink
Don't run tests for python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Dec 10, 2024
1 parent 162b391 commit e2f79c8
Show file tree
Hide file tree
Showing 3 changed files with 3 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
1 change: 1 addition & 0 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- fedora-all
- epel-7-x86_64
- epel-8-x86_64
- epel-9-x86_64

- <<: *copr
trigger: commit
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 e2f79c8

Please sign in to comment.