From c16f4a506939e4212d996460fba1caf00a5833ee Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 9 Mar 2023 11:34:19 -0500 Subject: [PATCH] doc: update setup.cfg file Add updating the setup.cfg to reflect the current cycle's supported Python versions to the release cycle tasks list. Change-Id: I3e309edaa8d4ed9251e91398ff956323f11b1b31 --- doc/source/contributor/releasecycle.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/contributor/releasecycle.rst b/doc/source/contributor/releasecycle.rst index bc25f6e5517..e4c83880173 100644 --- a/doc/source/contributor/releasecycle.rst +++ b/doc/source/contributor/releasecycle.rst @@ -84,6 +84,10 @@ Between PTG and Milestone-1 .. _zuul.d/project-templates.yaml: https://opendev.org/openstack/openstack-zuul-jobs/src/branch/master/zuul.d/project-templates.yaml .. _openstack/openstack-zuul-jobs repo: https://opendev.org/openstack/openstack-zuul-jobs + * Check the ``setup.cfg`` file in each cinder deliverable to make + sure that the claimed supported Python versions line up with + the cycle's supported Python versions. + #. Focus on spec reviews to get them approved and updated early in the cycle to allow enough time for implementation.