Skip to content

Commit 996be2b

Browse files
committed
CI: Python 3.14 has been released.
1 parent 941ec82 commit 996be2b

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
@@ -16,14 +16,16 @@ jobs:
1616
- '3.10'
1717
- '3.11'
1818
- '3.12'
19+
- '3.13'
20+
- '3.14'
1921
- 'pypy-3.8'
2022
- 'pypy-3.9'
2123
- 'pypy-3.10'
2224
- 'pypy-3.11'
2325
allow-failure:
2426
- false
2527
include:
26-
- python-version: '3.13-dev'
28+
- python-version: '3.15-dev'
2729
allow-failure: true
2830
continue-on-error: ${{ matrix.allow-failure }}
2931
name: 'test (${{ matrix.python-version }})'

0 commit comments

Comments
 (0)