Commit Graph

11 Commits

Author SHA1 Message Date
Ghanshyam Mann afa606089e Update python classifier in setup.cfg
As per the current release tested runtime, we test
till python 3.11 so updating the same in python
classifier in setup.cfg

Change-Id: I1aa88178ff52545e8c5e4d0b02761669aa6a036c
2024-01-08 20:21:48 -08:00
Takashi Kajinami d8646eb41b Declare Python 3.10 support
... because it has been tested for some cycles.

Change-Id: Id18cc545dc68e71cde888b13b4356b2395cddc8e
2023-10-18 00:23:31 +09:00
Takashi Kajinami fcb7461ab5 Update python testing as per zed cycle testing runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Add release notes and update the python
classifier for the same.

[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com>
Change-Id: I44a2032edd88031b488e2e135d5a3bd19ad6d76e
2022-07-08 11:08:19 +09:00
liyou01 deaefdd1b1 setup.cfg: Replace dashes with underscores
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

Change-Id: I28a890f084573d176ca00bdda52eabbb1128410e
2022-07-08 02:07:47 +00:00
likui 4b9d7de906 Add py38 test
After 'victoria' version, we should test py38 by default.

[1] https://governance.openstack.org/tc/reference/runtimes/victoria.html

Change-Id: Ic386a9e57bb88ea3eeee35b803c21ce8d54dc599
2020-10-13 14:25:08 +08:00
Andreas Jaeger dd7efc353e [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

Cleanup tox.ini, remove install_command and add constraints to deps.
Replace mock with unittest.mock.

Change-Id: Idcac0b5310adf27a35223273bd54a4a154988c9b
2020-02-04 20:21:41 +01:00
Corey Bryant a6b1984711 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: I0135335a85e61e21cff70fd9a3f671c7a1495d42
Story: #2005924
Task: #34209
2019-06-24 10:30:11 -04:00
LeopardMa 1ce3e9f001 Change openstack-dev to openstack-discuss
Change-Id: Ib841931d8400e152b88d437f869a857237eb9154
2018-12-03 22:17:11 -05:00
lioplhp 7f15b428e9 Update URL home-page in documents according to document migration
Change-Id: I3c731250a11f71cbe6938e5a54798de1520f9c23
2017-07-25 11:24:08 +08:00
rabi bd91db747d Add basic stuff to build docs
This adds basic stuff for docs job.

Change-Id: Ifedc400ea6ee8fb8402b0044553dea4e154ffe96
2017-07-20 09:12:08 +05:30
Thomas Herve 8e6dbb11b0 Add setup files for packaging
Change-Id: Icb75b0f37090ff4c0465dde464ee9c85189010d0
2017-01-25 16:15:23 +01:00