diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2016-02-10 00:52:36 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2016-02-10 00:52:36 +0100 |
commit | 023070446c6251e563f8eb087e0a1fe7fbeb248b (patch) | |
tree | 42774006969bd3b4781867d389121dda26516636 | |
parent | 8050e9941408d29e339e47066c09f3d9ed19ffe4 (diff) | |
download | factory-boy-023070446c6251e563f8eb087e0a1fe7fbeb248b.tar factory-boy-023070446c6251e563f8eb087e0a1fe7fbeb248b.tar.gz |
Announce support for Python3.5
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |