From 5071655e34ba7d51e42454a0fa0463bc4d7c9e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Cauwelier?= Date: Fri, 4 Mar 2016 18:19:07 +0100 Subject: Stop advertising factory_boy supports Python 2.6 Support was already gone with literal sets. --- README.rst | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 762fedb..a08d37f 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,7 @@ Links * Package: https://pypi.python.org/pypi/factory_boy/ * Mailing-list: `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 diff --git a/setup.py b/setup.py index 003dd08..3a0e699 100755 --- a/setup.py +++ b/setup.py @@ -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", -- cgit v1.2.3