From 8171262c36dacb489b081fa871ae3b112a9db01a Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 7 Apr 2019 18:08:45 +0300 Subject: Update for Python 3.5+ --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: * Update the readme/docstrings, if necessary * Follow the coding style of the current code-base * Ensure that your code is PEP8 compliant -* Validate that your changes work with Python 2.7+ and 3.3+ +* Validate that your changes work with Python 3.5+ All code is reviewed before acceptance and changes may be requested to better follow the conventions of the existing API. -- cgit v1.2.3