aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-12-12 20:06:42 -0800
committerMike Crute <mcrute@gmail.com>2015-12-12 20:08:18 -0800
commit264130bb606b84665e2da3eb84b884fb05a2ffb0 (patch)
tree8ba8df9ccfeaff07a7996a082bb295f286db1b9f /README.rst
parent810e4438790a5b94cd20bbab21e0bc825cf6a01e (diff)
downloadpydora-264130bb606b84665e2da3eb84b884fb05a2ffb0.tar.bz2
pydora-264130bb606b84665e2da3eb84b884fb05a2ffb0.tar.xz
pydora-264130bb606b84665e2da3eb84b884fb05a2ffb0.zip
Add python 3.5, remove 3.2
Coverage doesn't support python 3.2 and even though pydora theoretically does if our build tools don't then we officially don't.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1cedd95..da89381 100644
--- a/README.rst
+++ b/README.rst
@@ -100,7 +100,7 @@ your changes. To have the best experience contributing, please:
100* Update the readme/docstrings, if necessary 100* Update the readme/docstrings, if necessary
101* Follow the coding style of the current code-base 101* Follow the coding style of the current code-base
102* Ensure that your code is PEP8 compliant 102* Ensure that your code is PEP8 compliant
103* Validate that your changes work with Python 2.7+ and 3.x 103* Validate that your changes work with Python 2.7+ and 3.3+
104 104
105All code is reviewed before acceptance and changes may be requested to better 105All code is reviewed before acceptance and changes may be requested to better
106follow the conventions of the existing API. 106follow the conventions of the existing API.