Commit Graph

13 Commits

Author SHA1 Message Date
Ghanshyam Mann 46cfeb00cb Update python classifier in setup.cfg
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: I389899214c01e352b6aa79c0d11e46ee7c59d5a9
2024-01-11 16:38:05 -08:00
Takashi Kajinami 4bebfc09e6 Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate
translation files without them.

Change-Id: I8c0b801ae8e8a79bfeb07e2263c34013ed2fe66a
2023-12-19 22:46:49 +09:00
Ghanshyam cbee52e343 Revert "Moves supported python runtimes from version 3.8 to 3.10"
This reverts commit d84fbc1ec2.

Keeping Python 3.10 in setup.cfg classifier and zuul.yaml changes.

Reason for revert:

Needed-By: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/882175

TC has been discussing about re-adding the python 3.8
testing in current master 2023.2 release testing.

- https://meetings.opendev.org/meetings/tc/2023/tc.2023-04-25-18.00.log.html#l-191
- https://lists.openstack.org/pipermail/openstack-discuss/2023-April/033469.html

While governance changes are under review, TC agreed to add py3.8 testing
so that we do not see more project/lib dropping python 3.8 and make them
uninstalable on python 3.8

- https://meetings.opendev.org/meetings/tc/2023/tc.2023-05-02-18.00.log.html#l-17
- https://review.opendev.org/c/openstack/governance/+/882165

Also adding py3.8 testing back in job https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/882175

Change-Id: Ibd373a944b42ae075d62b3e02a353787b9730d08
2023-05-05 18:58:11 +00:00
Hervé Beraud d84fbc1ec2 Moves supported python runtimes from version 3.8 to 3.10
Within 2023.2 python version 3.9 and 3.10 are the
supported python runtimes [1].
[1] https: //review.opendev.org/c/openstack/governance/+/872232

Change-Id: Ia858bd922e47896ca570564f528cf311f9ede3e5
2023-04-10 13:07:38 +09:00
Hervé Beraud b3a2b19a4c Drop python3.6/3.7 support in testing runtime
In Zed cycle testing runtime, we are targetting to drop the
python 3.6/3.7 support, project started adding python 3.8 as minimum,

example nova:
- 56b5aed08c/setup.cfg (L13)

Also indicates that we support python 3.9.

Change-Id: I539b26e957a1e1a604a77b8e09dcbf63bfececd5
2022-05-05 16:21:34 +02:00
Takashi Kajinami f42df2d056 setup.cfg: Replace dashes by underscores
Since setuptools v54.1.0[1], the parmeters with dash have been
deprecated in favor of the new parameters with underscore.

This change updates the parameters accordingly to avoid the warnings
like the example below.

  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: Ibc4ede8493418470ee5d12a385e1cd749a47f17e
2022-02-06 02:14:22 +09:00
Sean McGinnis 6d20f413e2
Add py38 package metadata
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: I2347b02a274ea901705010dbf4139fc6db2557bb
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 08:23:14 -05:00
Hervé Beraud 0d84429800 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in Ussuri cycle.

Complete discussion & schedule can be found in
-
http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I99e49c84779439317a9f13307c7e7d2fc092d7fb
Sem-Ver: api-break
2020-02-06 10:26:31 +01:00
Corey Bryant 9ebc36154e Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: I12378dfb0179e47905714a44686d6f5f94286807
Story: #2005924
Task: #34234
2019-07-05 15:09:45 -04:00
Ghanshyam Mann 41f47aeba6 Dropping the py35 testing
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I67e81197ed63764f68b95c6d05c6d2c074929362
2019-04-15 01:27:16 +00:00
jacky06 e13a707ef5 Update py33,py34 to py35,py36
Change-Id: Iae17bcb504892da4a278c092c4bef861568e2dd7
2019-01-05 03:49:27 +00:00
qingszhao 1dec43d612 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I421166b484e774c0f5852610889a47038cd3dbdb
2018-12-04 16:57:34 +00:00
Ben Nemec d671294399 Initial commit 2018-09-12 17:35:58 +00:00