From cf9ee24abadf5970c391dc7b686e5737d8fe942c Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Tue, 12 Jul 2022 13:56:33 -0400 Subject: [PATCH] Update README to drop py3.6 reference s/3.6/3.8/ since setup.cfg demands 3.8. Drop the note about "db type could not be determined" since this is, IIRC, a python 2->3 issue. Change-Id: I22b8cc157f7f67fa70f5978ed766ef285e0385bb --- README.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 451faede6..1f7ba98e1 100644 --- a/README.rst +++ b/README.rst @@ -31,12 +31,9 @@ Features Hacking ------- -Hacking on brick requires Python 3.6+. A recent tox is required, as is a recent +Hacking on brick requires Python 3.8+. A recent tox is required, as is a recent virtualenv (20.2.2 or newer). -If "tox -e py34" fails with the error "db type could not be determined", remove -the .testrepository/ directory and then run "tox -e py34". - For any other information, refer to the developer documents: https://docs.openstack.org/os-brick/latest/ OR refer to the parent project, Cinder: