Skip to content

Commit 169edd6

Browse files
ikrommydlgray
andauthored
ci: enable py3.14 testing (#371)
* enable 314 testing * CI wheels on 314 as well --------- Co-authored-by: Lindsey Gray <[email protected]>
1 parent b1ecd33 commit 169edd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
python-version: ["3.9", "3.13"]
36+
python-version: ["3.9", "3.14"]
3737
runs-on: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest, windows-11-arm]
3838
arch: [auto64]
3939
exclude:
@@ -117,7 +117,7 @@ jobs:
117117
fail-fast: false
118118
matrix:
119119
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-13, windows-latest, windows-11-arm]
120-
python: [313]
120+
python: [314]
121121
arch: [auto64]
122122

123123
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ignore_missing_imports = true
9595
[tool.cibuildwheel]
9696
test-extras = "test"
9797
test-command = "pytest {project}/tests"
98-
test-skip = "cp314* *-win_arm64" # skip win_arm64 tests for now since much of the wheel infrastructure is missing
98+
test-skip = "*-win_arm64" # skip win_arm64 tests for now since much of the wheel infrastructure is missing
9999

100100
[tool.cibuildwheel.linux]
101101
before-all = [

0 commit comments

Comments
 (0)