8000 MAINT: Update Cython and PyPy versions. · MacPython/numpy-wheels@f376004 · GitHub
[go: up one dir, main page]

Skip to content
8000
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit f376004

Browse files
committed
MAINT: Update Cython and PyPy versions.
PyPy -> pypy-3.8-v7.3.8 Cython -> 0.29.28
1 parent 91321d0 commit f376004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ env:
33
- REPO_DIR=numpy
44
# Also see CRON_COMMIT below
55
- BUILD_COMMIT=main
6-
- BUILD_DEPENDS=cython==0.29.24
6+
- BUILD_DEPENDS=cython==0.29.28
77
- TEST_DEPENDS="pytest hypothesis cffi pytz"
88
# Commit when running from cron job
99
- CRON_COMMIT=main

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
timeoutInMinutes: 90
5252
matrix:
5353
pypy_3.8_64:
54-
MB_PYTHON_VERSION: "pypy3.8-7.3.7"
54+
MB_PYTHON_VERSION: "pypy3.8-7.3.8"
5555
AZURE_PYTHON_VERSION: "3.8"
5656
MB_ML_VER: "2014"
5757
CONFIG_PATH: "config_ilp64.sh"

0 commit comments

Comments
 (0)
0