Skip to content

Commit 9ea3478

Browse files
committed
ci: add python versions to matrix
Add Python 3.12 and 3.13 along with PyPy 3.10.
1 parent 323b03b commit 9ea3478

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,17 @@ jobs:
6969
runs-on: ubuntu-latest
7070
strategy:
7171
matrix:
72-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.9']
72+
python-version:
73+
- '3.7'
74+
- '3.8'
75+
- '3.9'
76+
- '3.10'
77+
- '3.11'
78+
- '3.12'
79+
- '3.13'
80+
- 'pypy-3.7'
81+
- 'pypy-3.9'
82+
- 'pypy-3.10'
7383

7484
steps:
7585
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)