Skip to content

Commit b96a5ad

Browse files
kartbenstephanosio
authored andcommitted
ci: do not test on EOL Python versions
Python versions < 3.8 are all EOL Signed-off-by: Benjamin Cabé <[email protected]>
1 parent e8e83f0 commit b96a5ad

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -30,36 +30,6 @@ jobs:
3030
# NOTE: Testing of the Windows targets are currently disabled because
3131
# the test script is simply not ready for it.
3232
target:
33-
# Python 3.6
34-
- python: '3.6'
35-
os: Linux
36-
builder: ubuntu-20.04
37-
- python: '3.6'
38-
os: macOS
39-
builder: macos-13
40-
# - python: '3.6'
41-
# os: Windows
42-
# builder: windows-2019
43-
# Python 3.7
44-
- python: '3.7'
45-
os: Linux
46-
builder: ubuntu-20.04
47-
- python: '3.7'
48-
os: macOS
49-
builder: macos-12
50-
# - python: '3.7'
51-
# os: Windows
52-
# builder: windows-2019
53-
# Python 3.8
54-
- python: '3.8'
55-
os: Linux
56-
builder: ubuntu-20.04
57-
- python: '3.8'
58-
os: macOS
59-
builder: macos-13
60-
# - python: '3.8'
61-
# os: Windows
62-
# builder: windows-2019
6333
# Python 3.9
6434
- python: '3.9'
6535
os: Linux

0 commit comments

Comments
 (0)