Skip to content

Commit

Permalink
Remove 32 33 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
demonno authored and rbarrois committed Apr 8, 2017
1 parent 95a7e7d commit 4feda03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.7, 3.2 to 3.6, as well as PyPy; it requires only the standard Python library.
factory_boy supports Python 2.7, 3.4 to 3.6, as well as PyPy; it requires only the standard Python library.


Download
Expand Down Expand Up @@ -378,4 +378,3 @@ To avoid running ``mongoengine`` tests (e.g no mongo server installed), run:
.. code-block:: sh
$ make SKIP_MONGOENGINE=1 test
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ def get_version(package_name):
"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",
Expand Down

0 comments on commit 4feda03

Please sign in to comment.