Skip to content

Commit d749b0e

Browse files
committed
include py 3.14 in CI scripts
1 parent dc3f7b0 commit d749b0e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
- "cp311-*"
8484
- "cp312-*"
8585
- "cp313-*"
86+
- "cp314-*"
8687
cibw_arch: ["x86_64", "aarch64", "universal2"]
8788
exclude:
8889
- os: ubuntu-latest

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "3.11"
2323
- "3.12"
2424
- "3.13"
25+
- "3.14"
2526
os: [ubuntu-latest, macos-latest]
2627

2728
env:

0 commit comments

Comments
 (0)