Skip to content

Commit 43b002e

Browse files
authored
Add CPython 3.13 and PyPy 3.11 to versions on CI (#268)
1 parent c37db9b commit 43b002e

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master
@@ -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)