Skip to content

Commit 9d7db78

Browse files
committed
CI: require tests to pass on Python 3.14.
1 parent bd6e162 commit 9d7db78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ jobs:
1616
- '3.11'
1717
- '3.12'
1818
- '3.13'
19+
- '3.14'
1920
- 'pypy-3.9'
2021
- 'pypy-3.10'
2122
- 'pypy-3.11'
2223
allow-failure:
2324
- false
2425
include:
25-
- python-version: '3.14'
26-
allow-failure: true
2726
- python-version: '3.15-dev'
2827
allow-failure: true
2928
continue-on-error: ${{ matrix.allow-failure }}

0 commit comments

Comments
 (0)