Commit ad97939c authored by Jason Madden's avatar Jason Madden

Add python 3.5 to test matrix.

parent ea62d6c6
...@@ -6,6 +6,7 @@ python: ...@@ -6,6 +6,7 @@ python:
- pypy - pypy
- 3.3 - 3.3
- 3.4 - 3.4
- 3.5
env: env:
- LINT=true - LINT=true
- LINT=false - LINT=false
......
...@@ -24,8 +24,9 @@ gevent is licensed under MIT license. ...@@ -24,8 +24,9 @@ gevent is licensed under MIT license.
get gevent get gevent
========== ==========
Install Python 2.6, 2.7, 3.3 or 3.4 along with the greenlet_ Install Python 2.6, 2.7, 3.3 or 3.4 along with the greenlet_ extension
extension. Or install PyPy 2.6 or above (but not PyPy3). (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`_. Download the latest release from `Python Package Index`_ or clone `the repository`_.
......
...@@ -18,6 +18,11 @@ Support for Python 2.5 was removed when support for Python 3 was ...@@ -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 added. Any further releases in the 1.0.x line will maintain support
for Python 2.5. 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/ .. _python.org: http://www.python.org/downloads/
.. _PyPy: http://pypy.org .. _PyPy: http://pypy.org
......
[tox] [tox]
envlist = envlist =
py26,py27,pypy,py33,py34,lint py26,py27,pypy,py33,py34,py35,lint
[testenv] [testenv]
deps = deps =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment