1
0
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:
Miro Hrončok
2020-08-12 17:04:58 +02:00
committed by Petr Viktorin
parent 12b0f83762
commit 65cb96383b
5 changed files with 28 additions and 23 deletions

View File

@@ -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