From cfc1aa35bc67303c85df54a57696effd9a87e29e Mon Sep 17 00:00:00 2001 From: Viranch Mehta Date: Mon, 15 Nov 2021 22:43:20 -0800 Subject: [PATCH] Fix python version support in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 019caa3..fa9154b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ Here are a few things you can do that will increase the likelihood of your pull - Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests. -- We target Python 2.7, but have taken steps to make Python 3 support as easy as possible when someone decides it's needed. PR welcome. +- We target Python 3, support for Python 2 has been dropped. - Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).