Skip to content

Commit 16342c5

Browse files
committed
MAINT: update PyPy to 7.3.9 and remove unused script
1 parent ed78609 commit 16342c5

File tree

3 files changed

+4
-52
lines changed

3 files changed

+4
-52
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
fetch-depth: 0
216216
- uses: actions/setup-python@v3
217217
with:
218-
python-version: pypy-3.8-v7.3.8
218+
python-version: pypy-3.8-v7.3.9
219219
- uses: ./.github/actions
220220

221221
sdist:

azure-steps-windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ steps:
66
architecture: $(PYTHON_ARCH)
77
condition: not(contains(variables['PYTHON_VERSION'], 'PyPy'))
88
- powershell: |
9-
# $url = "http://buildbot.pypy.org/nightly/py3.8/pypy-c-jit-latest-win64.zip"
10-
$url = "https://downloads.python.org/pypy/pypy3.8-v7.3.7-win64.zip"
9+
# UsePythonVersion only supports pypy3.6, we need 3.8
10+
# https://github.com/microsoft/azure-pipelines-tasks/pull/15553
11+
$url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-win64.zip"
1112
$output = "pypy.zip"
1213
$wc = New-Object System.Net.WebClient
1314
$wc.DownloadFile($url, $output)

tools/pypy-test.sh

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)