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
0e219e4a
Commit
0e219e4a
authored
4 years ago
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump Python 3.7.6 -> 3.7.7, 3.8.1 -> 3.8.2
parent
8d79e81d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CHANGES.rst
CHANGES.rst
+1
-1
scripts/install.sh
scripts/install.sh
+2
-2
No files found.
CHANGES.rst
View file @
0e219e4a
...
...
@@ -11,7 +11,7 @@ Platform and Packaging Updates
------------------------------
- Python version updates: gevent is now tested with CPython 3.6.10,
3.7.
6 and 3.8.1
. It is also tested with PyPy2 7.3 and PyPy 3.6
3.7.
7 and 3.8.2
. It is also tested with PyPy2 7.3 and PyPy 3.6
7.3.
- The include directories used to compile the C extensions have been
...
...
This diff is collapsed.
Click to expand it.
scripts/install.sh
View file @
0e219e4a
...
...
@@ -108,10 +108,10 @@ for var in "$@"; do
install
3.6.10 python3.6 3.6.d
;;
3.7
)
install
3.7.
6
python3.7 3.7.d
install
3.7.
7
python3.7 3.7.d
;;
3.8
)
install
3.8.
1
python3.8 3.8.d
install
3.8.
2
python3.8 3.8.d
;;
pypy2.7
)
install
pypy2.7-7.3.0 pypy2.7 pypy2.7.d
...
...
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