Skip to content

Commit ac610a1

Browse files
committed
CI: add python 3.14 wheels to build
1 parent 1b5c7ee commit ac610a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
("windows", "windows-latest", "auto64 auto32"),
4242
("windows-arm", "windows-11-arm", "auto"),
4343
]
44-
py_versions = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
44+
py_versions = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
4545
else:
4646
machines = [
4747
("linux", "ubuntu-latest", "native"),
4848
("windows", "windows-latest", "native"),
4949
]
50-
py_versions = ["3.8", "3.13"] # Chosing the two most likely to break in PRs
50+
py_versions = ["3.8", "3.14"] # Chosing the two most likely to break in PRs
5151
5252
matrix = {"include": []}
5353
for (name, runner, cibw_archs) in machines:

0 commit comments

Comments
 (0)