Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita74db58

Browse files
committed
CI: update cibuildwheel to 3.0.0b1 and enable cp314 [wheel build]
1 parent06c04a3 commita74db58

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

‎.github/workflows/wheels.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
-[windows-2019, win_amd64, ""]
9393
-[windows-2019, win32, ""]
9494
-[windows-11-arm, win_arm64, ""]
95-
python:["cp311", "cp312", "cp313", "cp313t", "pp311"]
95+
python:["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
9696
exclude:
9797
# Don't build PyPy 32-bit windows
9898
-buildplat:[windows-2019, win32, ""]
@@ -107,6 +107,8 @@ jobs:
107107
python:"pp311"
108108
-buildplat:[ macos13, macosx_x86_64, openblas ]
109109
python:"cp313t"
110+
-buildplat:[ macos13, macosx_x86_64, openblas ]
111+
python:"cp314t"
110112

111113
env:
112114
IS_32_BIT:${{ matrix.buildplat[1] == 'win32' }}
@@ -175,9 +177,10 @@ jobs:
175177
fi
176178
177179
-name:Build wheels
178-
uses:pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a#v2.23.3
180+
uses:pypa/cibuildwheel@90a0ddeff0f23eebc21630e65d66d0f4955e9b94#v3.0.0b1
179181
env:
180182
CIBW_BUILD:${{ matrix.python }}-${{ matrix.buildplat[1] }}
183+
CIBW_ENABLE:cpython-prerelease cpython-freethreading pypy
181184

182185
-uses:actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02# v4.6.2
183186
with:

‎tools/wheels/cibw_test_command.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ set -xe
44

55
PROJECT_DIR="$1"
66

7+
if [-d tools ];then
8+
cd tools
9+
fi
10+
711
python -m pip install threadpoolctl
812
python -c"import numpy; numpy.show_config()"
913

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp