Skip to content

Commit

Permalink
Drop the Python 2.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Garaud committed Apr 23, 2021
1 parent 63876cf commit 70f231e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Some currently (Jan 2020) maintained alternatives:

Installation
------------
Make sure you have Python_ 2.7+/3.4+ and `pip <https://pip.pypa.io/en/stable/>`_
Make sure you have Python_ 3.4+ and `pip <https://pip.pypa.io/en/stable/>`_
(`Windows <http://docs.python-guide.org/en/latest/starting/install/win/>`_,
`Linux <http://docs.python-guide.org/en/latest/starting/install/linux/>`_) installed.
Run simply:
Expand Down Expand Up @@ -93,7 +93,7 @@ Run tests via

.. code-block:: bash
$ py.test-2.7 && py.test-3.4 && py.test-3.5 && py.test-3.6 && py.test-3.7 && py.test-3.8
$ py.test-3.4 && py.test-3.5 && py.test-3.6 && py.test-3.7 && py.test-3.8
Acknowledgements
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
Expand Down

0 comments on commit 70f231e

Please sign in to comment.