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

Commit9d4e3d0

Browse files
committed
MAINT: Don't test/build for PyPy 3.10 [wheel build]
These changes should be reverted when PyPy 3.11 comes out.
1 parent4f5f536 commit9d4e3d0

File tree

3 files changed

+28
-25
lines changed

3 files changed

+28
-25
lines changed

‎.github/workflows/linux.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -71,27 +71,28 @@ jobs:
7171
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
7272
-uses:./.github/meson_actions
7373

74-
pypy:
75-
needs:[smoke_test]
76-
runs-on:ubuntu-latest
77-
if:github.event_name != 'push'
78-
steps:
79-
-uses:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11# v4.1.1
80-
with:
81-
submodules:recursive
82-
fetch-tags:true
83-
-uses:actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b# v5.3.0
84-
with:
85-
python-version:'pypy3.10-v7.3.17'
86-
-name:Setup using scipy-openblas
87-
run:|
88-
python -m pip install -r requirements/ci_requirements.txt
89-
spin config-openblas --with-scipy-openblas=32
90-
-uses:./.github/meson_actions
74+
# TODO pypy: uncomment when pypy3.11 becomes available
75+
#pypy:
76+
#needs: [smoke_test]
77+
#runs-on: ubuntu-latest
78+
#if: github.event_name != 'push'
79+
#steps:
80+
#- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
81+
#with:
82+
#submodules: recursive
83+
#fetch-tags: true
84+
#- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
85+
#with:
86+
#python-version: 'pypy3.10-v7.3.17'
87+
#- name: Setup using scipy-openblas
88+
#run: |
89+
#python -m pip install -r requirements/ci_requirements.txt
90+
#spin config-openblas --with-scipy-openblas=32
91+
#- uses: ./.github/meson_actions
9192

9293
debug:
9394
needs:[smoke_test]
94-
runs-on:ubuntu-latest
95+
runs-on:ubuntu-24.04
9596
if:github.event_name != 'push'
9697
steps:
9798
-uses:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11# v4.1.1

‎.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
-[macos-14, macosx_arm64, accelerate]# always use accelerate
8686
-[windows-2019, win_amd64, ""]
8787
-[windows-2019, win32, ""]
88-
python:["cp311", "cp312", "pp310", "cp313", "cp313t"]
88+
# TODO pypy: Add pp311 to this list when it comes out (pp310 removed)
89+
python:["cp311", "cp312", "cp313", "cp313t"]
8990
exclude:
9091
# Don't build PyPy 32-bit windows
9192
-buildplat:[windows-2019, win32, ""]

‎azure-pipelines.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,13 @@ stages:
8989
TEST_MODE:full
9090
BITS:64
9191
_USE_BLAS_ILP64:'1'
92-
PyPy310-64bit-fast:
93-
PYTHON_VERSION:'pypy3.10'
94-
PYTHON_ARCH:'x64'
95-
TEST_MODE:fast
96-
BITS:64
97-
_USE_BLAS_ILP64:'1'
92+
# TODO pypy: uncomment when pypy3.11 comes out
93+
# PyPy310-64bit-fast:
94+
# PYTHON_VERSION: 'pypy3.10'
95+
# PYTHON_ARCH: 'x64'
96+
# TEST_MODE: fast
97+
# BITS: 64
98+
# _USE_BLAS_ILP64: '1'
9899

99100
steps:
100101
-template:azure-steps-windows.yml

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp