mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2026-01-09 16:07:03 +01:00
Drop support for tox < 3.13 (< 3.15 with Python 3.8+)
We have tox 3.13 in Fedora 31 running on Python 3.7 We have tox 3.15 in Fedora 32 running on Python 3.8
This commit is contained in:
committed by
Petr Viktorin
parent
12b0f83762
commit
65cb96383b
8
.github/workflows/main.yaml
vendored
8
.github/workflows/main.yaml
vendored
@@ -19,10 +19,10 @@ jobs:
|
||||
tox_env:
|
||||
# This information is repeated in tox.ini
|
||||
# (see https://github.com/fedora-python/tox-github-action/issues/8)
|
||||
- py36-tox35
|
||||
- py37-tox35
|
||||
- py38-tox35
|
||||
- py39-tox35
|
||||
- py36-tox313
|
||||
- py37-tox313
|
||||
- py38-tox315
|
||||
- py39-tox315
|
||||
|
||||
- py36-toxrelease
|
||||
- py37-toxrelease
|
||||
|
||||
Reference in New Issue
Block a user