From: François Freitag Date: Mon, 7 Jan 2019 22:21:03 +0000 (+0100) Subject: Drop support for Python 3.2 and 3.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c64c76a1a1dd60a4657b56b3d8c7075545a87488;p=redacted-XKCD-password-generator.git Drop support for Python 3.2 and 3.3 Python 3.3.7's end-of-life was September 2017. https://www.python.org/downloads/release/python-337/ --- diff --git a/README.rst b/README.rst index 8607ba1..f501142 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/setup.py b/setup.py index 614ae8e..b0c5249 100644 --- 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',