From 71b064b36a9a6ab938b70ca32d16ed3e055ae36f Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 27 Jan 2020 22:25:44 +0100 Subject: [PATCH] Update contributor docs for Python 2 drop Change-Id: Ia19e529d066a35d7bda1441cfd1a9fa4b95db5ef --- doc/source/contributor/development.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/contributor/development.rst b/doc/source/contributor/development.rst index b0f09c00..f5d60ee2 100644 --- a/doc/source/contributor/development.rst +++ b/doc/source/contributor/development.rst @@ -39,12 +39,12 @@ via the commands: .. sourcecode:: console - tox -e py27 - tox -e py35 + tox -e py36 + tox -e py37 .. -for Python 2.7 and Python 3.5 accordingly. +for Python 3.6 and Python 3.7 accordingly. Note that the Blazar code base is not yet compatible with Python 3, so tests will be failing.