Skip to content

Commit 1b62e0c

Browse files
committed
CI: Python 3.14 has been released.
1 parent 47c6b78 commit 1b62e0c

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
@@ -22,7 +22,9 @@ jobs:
2222
allow-failure:
2323
- false
2424
include:
25-
- python-version: '3.14-dev'
25+
- python-version: '3.14'
26+
allow-failure: true
27+
- python-version: '3.15-dev'
2628
allow-failure: true
2729
continue-on-error: ${{ matrix.allow-failure }}
2830
name: 'test (${{ matrix.python-version }})'

0 commit comments

Comments
 (0)