Skip to content

Commit 06cffb2

Browse files
committed
MNT: add Python 3.14 to stable CI
1 parent dc79c11 commit 06cffb2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@ jobs:
2323
- '3.11'
2424
- '3.12'
2525
- '3.13'
26+
- '3.14'
2627
include:
2728
# only test oldest and most recent Python on other platforms
2829
- os: macos-latest
2930
python-version: '3.10'
3031
- os: macos-latest
31-
python-version: '3.13'
32+
python-version: '3.14'
3233
- os: windows-latest
3334
python-version: '3.10'
3435
- os: windows-latest
35-
python-version: '3.13'
36+
python-version: '3.14'
3637
- os: ubuntu-22.04
3738
python-version: 3.10.0
3839
# 2023-09-15 is numpy 1.26.0's release date

0 commit comments

Comments
 (0)