Skip to content

Commit d80d4dc

Browse files
Remove Python 3.10 and 3.11
1 parent b7b72d3 commit d80d4dc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,10 @@ jobs:
1010
strategy:
1111
matrix:
1212
include:
13-
# Ubuntu 20.04 is no longer supported by GitHub Actions
14-
# - python-version: 3.6
15-
# os: ubuntu-20.04
16-
# - python-version: 3.7
17-
# os: ubuntu-20.04
1813
- python-version: 3.8
1914
os: ubuntu-22.04
2015
- python-version: 3.9
2116
os: ubuntu-22.04
22-
- python-version: 3.10.17
23-
os: ubuntu-22.04
24-
- python-version: 3.11
25-
os: ubuntu-24.04
26-
# - python-version: 3.12
27-
# os: ubuntu-24.04
2817

2918
runs-on: ${{ matrix.os }}
3019

0 commit comments

Comments
 (0)