As per the current release tested runtime, we test
python version from 3.8 to 3.11 so updating the
same in python classifier in setup.cfg
Change-Id: Ic44a4103ce1593ba2e318407dd107e32073e60b9
Unfortunately the auto generated patch to replace the unit test job
template was not merged timely, and the test runtime used is outdated.
This simulates the auto generated patch to use the correct test
runtime for the stable/zed release.
This also marks Python 3.9 as supported runtime, because it has been
part of the global tested runtime.
Change-Id: I42608e9c5227a9815ef8dff6f87fd03fe53deba0
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead
[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
Change-Id: Icf89656e4c9eeb2fed19dba3b6be78b4716c4fe3
Now that we are running the Victoria tests that include a
voting py38, we can now add the Python 3.8 metadata to the
package information to reflect that support.
Change-Id: I0c0205e7c1673352435aab4d15fe6afcbb80e043
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This is step 1 of doc-migration. warning-is-error has to be turned on
and any build errors must be fixed.
Change-Id: I5d91dcd4a50b148eae4c2bf905cf52c8d5bbbe8e
Since there are so many components in openstack,
by describing the URL info in the configuration file,
it is more convenient to find the developer documentation than
from the unified portal.
Change-Id: I071fd5c05a9e88f1384942b06f939c84ff3fa8c7
Closes-Bug: #1621083