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
a8f79f04
Commit
a8f79f04
authored
5 years ago
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to PyPy3.6-7.1. Fixes #1373.
parent
35286088
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+2
-2
scripts/install.sh
scripts/install.sh
+1
-1
No files found.
Makefile
View file @
a8f79f04
...
...
@@ -127,7 +127,7 @@ PY35=$(BUILD_RUNTIMES)/snakepit/python3.5.6
PY36
=
$(BUILD_RUNTIMES)
/snakepit/python3.6.8
PY37
=
$(BUILD_RUNTIMES)
/snakepit/python3.7.2
PYPY
=
$(BUILD_RUNTIMES)
/snakepit/pypy710
PYPY3
=
$(BUILD_RUNTIMES)
/snakepit/pypy3.6_7
0
0
PYPY3
=
$(BUILD_RUNTIMES)
/snakepit/pypy3.6_7
1
0
$(PY27)
:
...
...
@@ -181,7 +181,7 @@ test-pypy: $(PYPY)
PYTHON
=
$(PYPY)
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy710/bin:
$(PATH)
make develop cffibackendtest
test-pypy3
:
$(PYPY3)
PYTHON
=
$(PYPY3)
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy3.6_7
0
0/bin:
$(PATH)
make develop basictest
PYTHON
=
$(PYPY3)
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy3.6_7
1
0/bin:
$(PATH)
make develop basictest
test-py27-noembed
:
$(PY27)
@
python2.7.16 scripts/travis.py fold_start conf_libev
"Configuring libev"
...
...
This diff is collapsed.
Click to expand it.
scripts/install.sh
View file @
a8f79f04
...
...
@@ -101,7 +101,7 @@ for var in "$@"; do
install
pypy2.7-7.1.0 pypy710
;;
pypy3
)
install
pypy3.6-7.
0.0 pypy3.6_70
0
install
pypy3.6-7.
1.0 pypy3.6_71
0
;;
esac
done
This diff is collapsed.
Click to expand it.
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