diff options
author | Hervé Cauwelier <herve.cauwelier@polyconseil.fr> | 2016-03-04 18:19:07 +0100 |
---|---|---|
committer | Hervé Cauwelier <herve.cauwelier@polyconseil.fr> | 2016-03-04 18:19:07 +0100 |
commit | 5071655e34ba7d51e42454a0fa0463bc4d7c9e92 (patch) | |
tree | 96ec50ab32e5f0acd77c7708e740c29799fb16ad | |
parent | f2c075c40fd331b7d26a9db72aad249b2165eac4 (diff) | |
download | factory-boy-5071655e34ba7d51e42454a0fa0463bc4d7c9e92.tar factory-boy-5071655e34ba7d51e42454a0fa0463bc4d7c9e92.tar.gz |
Stop advertising factory_boy supports Python 2.6
Support was already gone with literal sets.
-rw-r--r-- | README.rst | 2 | ||||
-rwxr-xr-x | setup.py | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -80,7 +80,7 @@ Links * Package: https://pypi.python.org/pypi/factory_boy/ * Mailing-list: `factoryboy@googlegroups.com <mailto:factoryboy@googlegroups.com>`_ | https://groups.google.com/forum/#!forum/factoryboy -factory_boy supports Python 2.6, 2.7, 3.2 to 3.5, as well as PyPy; it requires only the standard Python library. +factory_boy supports Python 2.7, 3.2 to 3.5, as well as PyPy; it requires only the standard Python library. Download @@ -61,7 +61,6 @@ setup( "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", |