Skip to content

Commit 0ee089b

Browse files
authored
Merge pull request #4545 from radarhere/pypy
Updated PyPy to 7.3.1
2 parents 3bb39c7 + 5427878 commit 0ee089b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ environment:
2424
DEPLOY: NO
2525
- PYTHON: C:/vp/pypy3
2626
EXECUTABLE: bin/pypy.exe
27-
PIP_DIR: bin
2827
VENV: YES
2928

3029

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
curl -fsSL -o pypy3.zip https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.3.0-win32.zip
1+
curl -fsSL -o pypy3.zip https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.3.1-win32.zip
22
7z x pypy3.zip -oc:\
3-
c:\Python37\Scripts\virtualenv.exe -p c:\pypy3.6-v7.3.0-win32\pypy3.exe c:\vp\pypy3
3+
c:\Python37\Scripts\virtualenv.exe -p c:\pypy3.6-v7.3.1-win32\pypy3.exe c:\vp\pypy3

0 commit comments

Comments
 (0)