Skip to content

Commit b4df202

Browse files
mrecachinasCopilot
andcommitted
Add Python 3.14 to CI build matrix
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ece6b3d commit b4df202

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
strategy:
1616
matrix:
17-
python_minor: [ "10" , "11" , "12" , "13" ]
17+
python_minor: [ "10" , "11" , "12" , "13" , "14" ]
1818

1919
steps:
2020
- uses: actions/checkout@v4.2.2
@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
fail-fast: true
8585
matrix:
86-
cibw_python: [ "cp310", "cp311", "cp312", "cp313" ]
86+
cibw_python: [ "cp310", "cp311", "cp312", "cp313", "cp314" ]
8787
cibw_arch: [ "x86_64", "arm64" ]
8888

8989
steps:
@@ -131,7 +131,7 @@ jobs:
131131
matrix:
132132
cibw_buildlinux: [ manylinux, musllinux ]
133133
cibw_arch: [ "x86_64", "aarch64" ]
134-
cibw_python: [ "cp310", "cp311", "cp312", "cp313" ]
134+
cibw_python: [ "cp310", "cp311", "cp312", "cp313", "cp314" ]
135135

136136
steps:
137137
- uses: actions/checkout@v4.2.2
@@ -183,7 +183,7 @@ jobs:
183183
- name: 🛠 Build Hexhamming Python C extension
184184
run: cibuildwheel
185185
env:
186-
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-*"
186+
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
187187
CIBW_ARCHS_WINDOWS: "AMD64"
188188
CIBW_TEST_REQUIRES: pytest pytest-benchmark
189189
CIBW_TEST_COMMAND: "pytest -s {project}/test"

0 commit comments

Comments
 (0)