Skip to content

Commit 7472598

Browse files
committed
WHL: enable cp314 wheels
1 parent 75d0050 commit 7472598

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci-testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
python-version: ['3.10', '3.11', '3.12', '3.13']
20+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2121
use-network: [true]
2222
include:
2323
- os: ubuntu-latest
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
cache: 'pip'
37+
allow-prereleases: true
3738

3839
- name: Minimum packages
3940
if: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- synchronize
1515
- reopened
1616
- labeled
17+
workflow_dispatch:
1718

1819
permissions:
1920
contents: read
@@ -98,9 +99,8 @@ jobs:
9899
with:
99100
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
100101
env:
101-
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-*"
102102
# Skip 32 bit builds and musllinux due to lack of numpy wheels
103-
CIBW_SKIP: "*-win32 *_i686 *-musllinux*"
103+
CIBW_SKIP: "*-win32 *_i686 *-musllinux* cp3*t-"
104104
CIBW_ARCHS: ${{ matrix.cibw_archs }}
105105

106106
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)