Skip to content

Commit 3e17932

Browse files
committed
add 3.5 support too
1 parent 9e7b97c commit 3e17932

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ language: python
44
python:
55
- "2.7"
66
- "3.4"
7+
- "3.5"
78
- "pypy"
89
install:
910
- pip install .

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the effects (that is, IO or state manipulation) in your code. Documentation is
1212
available at https://effect.readthedocs.org/, and its PyPI page is
1313
https://pypi.python.org/pypi/effect.
1414

15-
It `supports`_ both Python 2.7 and up, and 3.4 and up, as well as PyPy.
15+
It `supports`_ both Python 2.7 and up, and 3.5 and up, as well as PyPy.
1616

1717
.. _`supports`: https://travis-ci.org/python-effect/effect
1818

0 commit comments

Comments
 (0)