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
ad97939c
Commit
ad97939c
authored
Sep 15, 2015
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add python 3.5 to test matrix.
parent
ea62d6c6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
+10
-3
.travis.yml
.travis.yml
+1
-0
README.rst
README.rst
+3
-2
doc/whatsnew_1_1.rst
doc/whatsnew_1_1.rst
+5
-0
tox.ini
tox.ini
+1
-1
No files found.
.travis.yml
View file @
ad97939c
...
...
@@ -6,6 +6,7 @@ python:
-
pypy
-
3.3
-
3.4
-
3.5
env
:
-
LINT=true
-
LINT=false
...
...
README.rst
View file @
ad97939c
...
...
@@ -24,8 +24,9 @@ gevent is licensed under MIT license.
get gevent
==========
Install Python 2.6, 2.7, 3.3 or 3.4 along with the greenlet_
extension. Or install PyPy 2.6 or above (but not PyPy3).
Install Python 2.6, 2.7, 3.3 or 3.4 along with the greenlet_ extension
(Python 3.5 has preliminary support). Or install PyPy 2.6 or above
(but not PyPy3).
Download the latest release from `Python Package Index`_ or clone `the repository`_.
...
...
doc/whatsnew_1_1.rst
View file @
ad97939c
...
...
@@ -18,6 +18,11 @@ Support for Python 2.5 was removed when support for Python 3 was
added. Any further releases in the 1.0.x line will maintain support
for Python 2.5.
Python 3.5 has preliminary support, which means that gevent is
expected to generally run and function with the same level of support
as on Python 3.4, but new features and APIs introduced in 3.5 may not
be properly supported.
.. _python.org: http://www.python.org/downloads/
.. _PyPy: http://pypy.org
...
...
tox.ini
View file @
ad97939c
[tox]
envlist
=
py26,py27,pypy,py33,py34,lint
py26,py27,pypy,py33,py34,
py35,
lint
[testenv]
deps
=
...
...
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