Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
ea0f4c08
Commit
ea0f4c08
authored
Apr 16, 2020
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PyPy to 7.3.1 on Windows.
Refs #1569
parent
fd31e0dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
appveyor.yml
appveyor.yml
+4
-4
docs/changes/1569.feature
docs/changes/1569.feature
+2
-0
No files found.
appveyor.yml
View file @
ea0f4c08
...
...
@@ -59,7 +59,7 @@ environment:
PYTHON_EXE
:
python
# 32-bit
-
PYTHON
:
"
C:
\\
pypy2.7-v7.
2.0
-win32"
-
PYTHON
:
"
C:
\\
pypy2.7-v7.
3.1
-win32"
PYTHON_ID
:
"
pypy"
PYTHON_EXE
:
pypy
PYTHON_VERSION
:
"
2.7.x"
...
...
@@ -133,10 +133,10 @@ install:
New-Item -ItemType directory -Path "$env:PYTMP" | Out-Null;
}
if ("${env:PYTHON_ID}" -eq "pypy") {
if (!(Test-Path "${env:PYTMP}\pypy2-v7.
2.0
-win32.zip")) {
(New-Object Net.WebClient).DownloadFile('https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.
2.0-win32.zip', "${env:PYTMP}\pypy2-v7.2.0
-win32.zip");
if (!(Test-Path "${env:PYTMP}\pypy2-v7.
3.1
-win32.zip")) {
(New-Object Net.WebClient).DownloadFile('https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.
3.1-win32.zip', "${env:PYTMP}\pypy2-v7.3.1
-win32.zip");
}
7z x -y "${env:PYTMP}\pypy2-v7.
2.0
-win32.zip" -oC:\ | Out-Null;
7z x -y "${env:PYTMP}\pypy2-v7.
3.1
-win32.zip" -oC:\ | Out-Null;
& "${env:PYTHON}\pypy.exe" "-mensurepip";
}
...
...
docs/changes/1569.feature
0 → 100644
View file @
ea0f4c08
Update
tested
PyPy
version
from
7.2.0
on
Windows
to
7.3.1
and
from
7.3.0
to
7.3.1
on
Linux
and
macOS.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment