Skip to content

Commit ac68453

Browse files
committed
CI: require tests to pass on 3.12, test on 3.13-dev.
1 parent 470477a commit ac68453

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
- '3.9'
1616
- '3.10'
1717
- '3.11'
18+
- '3.12'
1819
- 'pypy-3.8'
1920
- 'pypy-3.9'
21+
- 'pypy-3.10'
2022
allow-failure:
2123
- false
2224
include:
23-
- python-version: '3.12-dev'
25+
- python-version: '3.13-dev'
2426
allow-failure: true
2527
continue-on-error: '${{ matrix.allow-failure }}'
2628
name: 'test (${{ matrix.python-version }})'

0 commit comments

Comments
 (0)