diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2016-02-10 00:53:47 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2016-02-10 00:53:47 +0100 |
commit | 99337aaa01860c771704e1c558c225f8fead5b3b (patch) | |
tree | b31731bf8d3e81e84908586a36f2158158258a5a | |
parent | 023070446c6251e563f8eb087e0a1fe7fbeb248b (diff) | |
download | factory-boy-99337aaa01860c771704e1c558c225f8fead5b3b.tar factory-boy-99337aaa01860c771704e1c558c225f8fead5b3b.tar.gz |
Update README: support 2.6-3.5
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ Links * Repository: https://github.com/rbarrois/factory_boy * Package: https://pypi.python.org/pypi/factory_boy/ -factory_boy supports Python 2.6, 2.7, 3.2 and 3.3, as well as PyPy; it requires only the standard Python library. +factory_boy supports Python 2.6, 2.7, 3.2 to 3.5, as well as PyPy; it requires only the standard Python library. Download |