summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-10 00:52:36 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-10 00:52:36 +0100
commit023070446c6251e563f8eb087e0a1fe7fbeb248b (patch)
tree42774006969bd3b4781867d389121dda26516636
parent8050e9941408d29e339e47066c09f3d9ed19ffe4 (diff)
downloadfactory-boy-023070446c6251e563f8eb087e0a1fe7fbeb248b.tar
factory-boy-023070446c6251e563f8eb087e0a1fe7fbeb248b.tar.gz
Announce support for Python3.5
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8ca7e4b..003dd08 100755
--- a/setup.py
+++ b/setup.py
@@ -67,6 +67,7 @@ setup(
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Testing",
"Topic :: Software Development :: Libraries :: Python Modules",