aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2019-04-07 18:08:45 +0300
committerMike Crute <crutem@amazon.com>2019-04-07 10:11:23 -0700
commit8171262c36dacb489b081fa871ae3b112a9db01a (patch)
treeafd01f394240199551cd04b83a69e9aaae8a5b97
parent744edb8b3335cb1ddd879a0d8ce34ccc2ed304e6 (diff)
downloadpydora-8171262c36dacb489b081fa871ae3b112a9db01a.tar.bz2
pydora-8171262c36dacb489b081fa871ae3b112a9db01a.tar.xz
pydora-8171262c36dacb489b081fa871ae3b112a9db01a.zip
Update for Python 3.5+
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 9d3de46..96161c1 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -11,7 +11,7 @@ your changes. To have the best experience contributing, please:
11* Update the readme/docstrings, if necessary 11* Update the readme/docstrings, if necessary
12* Follow the coding style of the current code-base 12* Follow the coding style of the current code-base
13* Ensure that your code is PEP8 compliant 13* Ensure that your code is PEP8 compliant
14* Validate that your changes work with Python 2.7+ and 3.3+ 14* Validate that your changes work with Python 3.5+
15 15
16All code is reviewed before acceptance and changes may be requested to better 16All code is reviewed before acceptance and changes may be requested to better
17follow the conventions of the existing API. 17follow the conventions of the existing API.