Skip to content

Commit a5d5d40

Browse files
committed
CI: add Python 3.15-dev.
1 parent 9167910 commit a5d5d40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
include:
2525
- python-version: '3.14-dev'
2626
allow-failure: true
27+
- python-version: '3.15-dev'
28+
allow-failure: true
2729
continue-on-error: ${{ matrix.allow-failure }}
2830
name: 'test (${{ matrix.python-version }})'
2931
steps:

0 commit comments

Comments
 (0)