summaryrefslogtreecommitdiff
path: root/azure-steps-windows.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-steps-windows.yml')
-rw-r--r--azure-steps-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-steps-windows.yml b/azure-steps-windows.yml
index 9a5f9bb70..34f9797de 100644
--- a/azure-steps-windows.yml
+++ b/azure-steps-windows.yml
@@ -6,7 +6,7 @@ steps:
architecture: $(PYTHON_ARCH)
condition: not(contains(variables['PYTHON_VERSION'], 'PyPy'))
- powershell: |
- $url = "http://buildbot.pypy.org/nightly/py3.7/pypy-c-jit-latest-win64.zip"
+ $url = "http://buildbot.pypy.org/nightly/py3.8/pypy-c-jit-latest-win64.zip"
$output = "pypy.zip"
$wc = New-Object System.Net.WebClient
$wc.DownloadFile($url, $output)