Skip to content

Commit 16468e1

Browse files
authored
Update list of python versions to those available on the ubuntu-22.04 runner
1 parent dabf20f commit 16468e1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/test.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
python-version:
15-
- 2.7
16-
- 3.5
17-
- 3.6
18-
- 3.7
19-
- 3.8
20-
- 3.9
15+
- '3.8'
16+
- '3.9'
2117
- '3.10'
18+
- '3.11'
19+
- '3.12'
20+
- '3.13'
2221
- pypy-2.7
2322
- pypy-3.6
2423
- pypy-3.7

0 commit comments

Comments
 (0)