Skip to content

Commit d4d8e57

Browse files
committed
ci python 3.15 beta
1 parent 42bd40e commit d4d8e57

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci_stdlib_only.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
1717
strategy:
1818
matrix:
19-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
19+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14',
20+
'3.15-dev']
2021
os: ['ubuntu-latest']
2122
include:
2223
- os: macos-latest

0 commit comments

Comments
 (0)