Skip to content

Commit b1ecd33

Browse files
authored
ci: python 3.14 tests and wheels (#368)
* skooch tests to python 3.14 * add python 3.14 to wheels * skip wheel tests in python 3.14 * keeping CI testing in py313 for now (314 missing pyarrow)
1 parent a93ec03 commit b1ecd33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
python: [39, 310, 311, 312, 313]
36+
python: [39, 310, 311, 312, 313, 314]
3737
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-13, windows-latest, windows-11-arm]
3838
arch: [auto64]
3939
exclude:

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 = "*-win_arm64" # skip win_arm64 tests for now since much of the wheel infrastructure is missing
98+
test-skip = "cp314* *-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)