diff --git a/README.rst b/README.rst
index ba4df29..e543244 100644
--- a/README.rst
+++ b/README.rst
@@ -47,7 +47,7 @@ Some currently (Jan 2020) maintained alternatives:
Installation
------------
-Make sure you have Python_ 2.7+/3.4+ and `pip `_
+Make sure you have Python_ 3.4+ and `pip `_
(`Windows `_,
`Linux `_) installed.
Run simply:
@@ -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
diff --git a/setup.py b/setup.py
index 9b18325..55f0177 100644
--- a/setup.py
+++ b/setup.py
@@ -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",