mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 04:02:46 +00:00
Don't run tests for python3.7
This commit is contained in:
parent
162b391b18
commit
e2f79c8f41
3 changed files with 3 additions and 2 deletions
2
.github/workflows/fedora-tox.yml
vendored
2
.github/workflows/fedora-tox.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
tox_env:
|
||||
# sync with /tox.ini
|
||||
- py36
|
||||
- py37
|
||||
- py39
|
||||
- py311
|
||||
- py312
|
||||
- py313
|
||||
|
|
|
@ -19,6 +19,7 @@ jobs:
|
|||
- fedora-all
|
||||
- epel-7-x86_64
|
||||
- epel-8-x86_64
|
||||
- epel-9-x86_64
|
||||
|
||||
- <<: *copr
|
||||
trigger: commit
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue