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
31185ed9
Commit
31185ed9
authored
Oct 23, 2020
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert to PyPy 7.3.1.
parent
becf40ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
docs/changes/issue1692.misc
docs/changes/issue1692.misc
+4
-1
scripts/install.sh
scripts/install.sh
+3
-3
No files found.
docs/changes/issue1692.misc
View file @
31185ed9
Travis CI now tests PyPy 7.3.2.
PyPy 7.3.2 (2.7 and 3.6) have been tested, and a small issue with 2.7
was corrected.
These are not yet tested on Travis CI.
.. note:: Support for Python 3.5 will be removed in 2021, as it has
now reached end-of-life.
scripts/install.sh
View file @
31185ed9
...
...
@@ -120,13 +120,13 @@ for var in "$@"; do
install
3.8.2 python3.8 3.8.d
;;
3.9
)
install
3.9
-dev
python3.9 3.9.d
install
3.9
.0
python3.9 3.9.d
;;
pypy2.7
)
install
pypy2.7-7.3.
2
pypy2.7 pypy2.7.d
install
pypy2.7-7.3.
1
pypy2.7 pypy2.7.d
;;
pypy3.6
)
install
pypy3.6-7.3.
2
pypy3.6 pypy3.6.d
install
pypy3.6-7.3.
1
pypy3.6 pypy3.6.d
;;
esac
done
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