Don't run tests for python3.7

This commit is contained in:
Jakub Kadlcik 2024-12-05 11:23:06 +01:00 committed by Jakub Kadlčík
parent 162b391b18
commit e2f79c8f41
3 changed files with 3 additions and 2 deletions

View file

@ -39,7 +39,7 @@ jobs:
tox_env: tox_env:
# sync with /tox.ini # sync with /tox.ini
- py36 - py36
- py37 - py39
- py311 - py311
- py312 - py312
- py313 - py313

View file

@ -19,6 +19,7 @@ jobs:
- fedora-all - fedora-all
- epel-7-x86_64 - epel-7-x86_64
- epel-8-x86_64 - epel-8-x86_64
- epel-9-x86_64
- <<: *copr - <<: *copr
trigger: commit trigger: commit

View file

@ -12,7 +12,7 @@ max-line-length=120
[tox] [tox]
# sync with /.github/workflows/fedora-tox.yml # sync with /.github/workflows/fedora-tox.yml
envlist = py{36,37,311,312,313} envlist = py{36,39,311,312,313}
skipsdist = True skipsdist = True