Skip to content

Commit 60aa6e0

Browse files
committed
remove some references to supporting python 2
1 parent 4ea34a4 commit 60aa6e0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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`_ Python 2.7, 3.4 and 3.5 as well as PyPy.
15+
It `supports`_ 3.6 and above.
1616

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

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
license="MIT",
1212
classifiers=[
1313
'License :: OSI Approved :: MIT License',
14-
'Programming Language :: Python :: 2',
1514
'Programming Language :: Python :: 3',
1615
],
1716
packages=['effect'],

0 commit comments

Comments
 (0)