From 7832a9d15c4511bbbb2e6969e95305c1c74618a1 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Thu, 16 Jan 2020 11:06:33 +0100 Subject: [PATCH] Drop support for Python3.5 Change-Id: I0703e04ab095fbe70e3fab4165d0d4c51febd73e --- README.rst | 20 ++++++++++++++++++++ zuul.d/project.yaml | 1 - 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a7d59061e..748c86b6e 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,26 @@ the CI workflow to perform an operation such as an update or upgrade, and then runs test cases to validate that the cloud workloads are still functional. +Project Requirements +-------------------- + +Tobiko Python framework is being tested with below Python versions: + +- Python 3.6 +- Python 3.7 +- Python 3.8 + +and below Linux distributions: + +- CentOS 7 (with Python 3.6 and 3.8) +- Ubuntu Bionic (with Python 3.6 and 3.7) + +The framework is being used for executing test cases. As Tobiko can be executed +on nodes that are not part of the cloud to test against, this doesn't mean +Tobiko requires cloud nodes have to run with one of tested Python versions +or Linux distributions. + + Main Project Goals ~~~~~~~~~~~~~~~~~~ diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index e3e05c5a4..863116479 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -4,7 +4,6 @@ - build-openstack-docs-pti - docs-on-readthedocs - openstack-cover-jobs - - openstack-python35-jobs - openstack-python36-jobs - openstack-python37-jobs - publish-to-pypi