Drop support for Python 3.2 and 3.3
authorFrançois Freitag <redacted>
Mon, 7 Jan 2019 22:21:03 +0000 (23:21 +0100)
committerFrançois Freitag <redacted>
Mon, 7 Jan 2019 22:21:03 +0000 (23:21 +0100)
Python 3.3.7's end-of-life was September 2017.
https://www.python.org/downloads/release/python-337/

README.rst
setup.py

index 8607ba1f310c71027373c8ef2da3b9ece55ea2ff..f5011428b5d6b4916ebdddc8217d64cc72054611 100644 (file)
@@ -38,7 +38,7 @@ Contributions welcome and gratefully appreciated!
 Requirements
 ============
 
-Python 2 (version 2.7 or later), or Python 3 (version 3.2 or later). Running module unit tests on Python 2 requires ``mock`` to be installed.
+Python 2 (version 2.7 or later), or Python 3 (version 3.4 or later). Running module unit tests on Python 2 requires ``mock`` to be installed.
 
 
 
index 614ae8e58364210149f8e206bd411eaad8603b9b..b0c524990cbb6afd7f95a0e1b16a5801c741c5cb 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,8 +25,6 @@ setup(
         'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.2',
-        'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
git clone https://git.99rst.org/PROJECT