File tree Expand file tree Collapse file tree 3 files changed +4
-52
lines changed Expand file tree Collapse file tree 3 files changed +4
-52
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215
215
fetch-depth : 0
216
216
- uses : actions/setup-python@v3
217
217
with :
218
- python-version : pypy-3.8-v7.3.8
218
+ python-version : pypy-3.8-v7.3.9
219
219
- uses : ./.github/actions
220
220
221
221
sdist :
Original file line number Diff line number Diff line change 6
6
architecture : $(PYTHON_ARCH)
7
7
condition : not(contains(variables['PYTHON_VERSION'], 'PyPy'))
8
8
- 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"
11
12
$output = "pypy.zip"
12
13
$wc = New-Object System.Net.WebClient
13
14
$wc.DownloadFile($url, $output)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments