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

Commit2776e4f

Browse files
hrnciartacaswell
authored andcommitted
Add CPython 3.10 wheels
1 parent276a9f3 commit2776e4f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎.github/workflows/cibuildwheel.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ jobs:
6060
CIBW_BUILD:"cp37-* cp38-*"
6161
CIBW_ARCHS:aarch64
6262

63+
-name:Build wheels for CPython 3.10
64+
run:|
65+
python -m cibuildwheel --output-dir dist
66+
env:
67+
CIBW_BUILD:"cp310-*"
68+
CIBW_MANYLINUX_X86_64_IMAGE:manylinux2010
69+
CIBW_MANYLINUX_I686_IMAGE:manylinux2010
70+
CIBW_BEFORE_BUILD:pip install certifi numpy==1.21.2
71+
MPL_DISABLE_FH4:"yes"
72+
CIBW_ARCHS:${{ matrix.cibw_archs }}
73+
6374
-name:Build wheels for CPython 3.9
6475
run:|
6576
python -m cibuildwheel --output-dir dist

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp