Skip to content

Commit fe30117

Browse files
committed
Test 3.14 build
1 parent b21be92 commit fe30117

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/build-dist.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
# macos-13 is an intel runner, macos-14 is apple silicon
21-
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, macos-13, macos-14]
21+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-latest]
2222

2323
steps:
2424
- uses: actions/checkout@v4
@@ -27,11 +27,10 @@ jobs:
2727
submodules: true
2828

2929
- name: Build wheels
30-
uses: pypa/[email protected]
31-
env:
32-
CIBW_ENABLE: cpython-freethreading
30+
uses: pypa/[email protected]
31+
# env:
3332
# Skip builds(save time / avoid build error)
34-
CIBW_SKIP: "*-musllinux_* *-win32"
33+
# CIBW_SKIP: "*-musllinux_* *-win32"
3534

3635
- uses: actions/upload-artifact@v4
3736
with:
@@ -40,7 +39,7 @@ jobs:
4039

4140
build_sdist:
4241
name: Build source distribution
43-
runs-on: ubuntu-24.04
42+
runs-on: ubuntu-latest
4443
steps:
4544
- uses: actions/checkout@v4
4645
with:

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: ["3.9", "3.11", "3.13", "3.13t", "pypy3.10"]
10+
python-version: ["3.9", "3.12", "3.14-rc", "3.14t-rc", "pypy3.11"]
1111
os: [ubuntu-latest, windows-latest, macos-latest]
1212
runs-on: ${{ matrix.os }}
1313

0 commit comments

Comments
 (0)