Skip to content

Commit c7d5d4e

Browse files
committed
github: test python3.14 + spawn
Signed-off-by: Zac Medico <[email protected]>
1 parent 9e3a9ff commit c7d5d4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- '3.11'
2121
- '3.12'
2222
- '3.13-dev'
23+
- '3.14-dev'
2324
- 'pypy-3.10'
2425
exclude:
2526
- python-version: '3.9'
@@ -30,6 +31,10 @@ jobs:
3031
start-method: 'spawn'
3132
- python-version: '3.12'
3233
start-method: 'spawn'
34+
- python-version: '3.13-dev'
35+
start-method: 'spawn'
36+
- python-version: '3.14-dev'
37+
start-method: 'fork'
3338
- python-version: 'pypy-3.10'
3439
start-method: 'spawn'
3540
fail-fast: false

0 commit comments

Comments
 (0)