Skip to content

Commit ba7840b

Browse files
committed
tox: drop non-working Python 3.6 from tox tests
We no longer support Mock on RHEL 7 (`main` branch) anyway. RHEL 8 runs on Python 3.9.
1 parent ff8bdbd commit ba7840b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/fedora-tox.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
matrix:
2020
tox_env:
2121
# sync with /tox.ini
22-
- py36
2322
- py39
2423
- py310
2524
- py311

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
# sync with /.github/workflows/fedora-tox.yml
3-
envlist = py{36,39,310,311,312,313}
3+
envlist = py{39,310,311,312,313}
44
skipsdist = True
55

66
[testenv]

0 commit comments

Comments
 (0)