Skip to content

Commit 4c0ad7b

Browse files
committed
Remove stuck CI checks with Python 3.6
The checks with Python 3.6 seem to get stuck at a very early stage with no output at all. Canceling/restarting didn't help when I tried it on 2025-08-12 and 2025-08-13. Considering Python 3.6 is EOL anyway it makes not much sense to invest more effort here. So I'm simply removing these checks.
1 parent 570ad32 commit 4c0ad7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tox.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
python-version:
14-
- "3.6"
1514
- "3.8"
1615
- "3.9"
1716
- "3.10"
@@ -21,7 +20,6 @@ jobs:
2120
include:
2221
- os: "ubuntu-latest"
2322
- os: "ubuntu-20.04"
24-
python-version: "3.6"
2523

2624
steps:
2725
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)