From f8da7077d86e22590c850d5580aa95c0c829b326 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 21 Sep 2017 05:18:27 -0700 Subject: [PATCH] Remove outdated Python versions in CONTRIBUTING Refs #2139 --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a7b5a2a0..5159955a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -123,7 +123,7 @@ Contribution quality standards `_ tools, the latter of which in particular will give you some useful hints about ways in which the code/formatting can be improved. -* Make sure your code is compatible with Python 2.7, 3.3, and 3.4 — see our +* Ensure your code is compatible with the latest Python 2.7 and 3.x releases — see our `compatibility cheatsheet`_ for more details. * Add docs and tests for your changes. Undocumented and untested features will not be accepted.