From a94b4c301686bb10379a3991f50531412805ed7e Mon Sep 17 00:00:00 2001 From: Alex Padula Date: Sun, 26 Jul 2020 17:49:16 +0200 Subject: [PATCH] Update readme - drop python 2 for dev branch --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 625d134..0d71ad7 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,5 @@ More documentation coming soon. In the meantime you can refer to [JTP's official ## For developers -Pull requests are welcome both for bug fixes and new features. Just make sure to test your code on both Python >=2.6 and >=3.5. +Pull requests are welcome. Just make sure to test your code on both Python >=2.6 and >=3.5 for the main branch, and Python >= 3.6 for the development branch (In the next major release we'll drop support for older python versions in an effort to improve code readability). +