Skip to content

Commit f34e1b4

Browse files
committed
Add CPython 3.13 and PyPy 3.11 to versions on CI
1 parent 0e9905e commit f34e1b4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,19 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "pypy3.8", "pypy3.9", "pypy3.10"]
15+
python-version:
16+
[
17+
3.8,
18+
3.9,
19+
"3.10",
20+
"3.11",
21+
"3.12",
22+
"3.13",
23+
"pypy3.8",
24+
"pypy3.9",
25+
"pypy3.10",
26+
"pypy3.11",
27+
]
1628
steps:
1729
- uses: actions/checkout@v2
1830
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)