Commit Graph

13 Commits

Author SHA1 Message Date
Ghanshyam Mann 49ba70f84a 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: I95384ab07f7f5fa7c7af972131ac571a15273b3d
2024-01-03 20:23:00 -08:00
dengzhaosen 8985e1fa7c Drop Python 3.6 and 3.7 support
The Python 3.6 and 3.7 support has been dropped in Zed. [1]

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

Change-Id: Ie1f9792f0748a9809c73af1bd25add61ae6a91b9
2022-08-04 08:52:48 +00:00
wu.shiming bbc752ad62 Updating python testing classifier as per Yoga testing runtime
Yoga testing runtime[1] has been updated to add py39
testing as voting. Unit tests update are handled by the
job template change in openstack-zuul-job

- https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286

this commit updates the classifier in setup.cfg file.

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

Change-Id: Ib3721f5e6c259f55710edea9ea83636879eb6a14
2021-12-21 10:30:15 +08:00
XinxinShen 4260038246 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

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: Iab9ad0d154b3e88eb56237580378dfcbe45b54e9
2021-04-28 11:02:40 +08:00
Radosław Piliszek 5096d41844 Revert "remove py37"
This reverts commit 72353ee340.

Reason for revert: Python 3.7 *is* supported because it falls
in the range of supported Python versions (3.6-3.8).

Change-Id: Id70841c791d9948ab6f861eed0aebb2cfee414a5
2021-01-13 10:24:21 +00:00
XinxinShen 72353ee340 remove py37
Remove python3.7 from setup.cfg, since Wallaby's python
supported runtimes are python 3.6 and python 3.8[1]:

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

Change-Id: Ib28e8edda463c28a5edd82a43ff616b17719ba43
2021-01-04 17:10:46 +08:00
Radosław Piliszek 27bdc6a6d8 Add py38 package metadata
Change-Id: If9ad0725ad78fca1f9764e6239dbb164d6776c29
2020-11-13 11:28:18 +01:00
Zuul 3e477862f3 Merge "Update home-page" 2020-11-12 19:35:51 +00:00
98k 6cb6d6204b Update home-page
Change-Id: Idcf7cab52a29702afb63aebeee21886581f71902
2020-11-12 19:13:46 +00:00
Ghanshyam Mann dbc0a4aaf1 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

masakari-dashboard is ready with python 3 and ok to drop the
python 2.7 support.

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: I9d3f6dc7490a8cca70ddb2ebd42b94cb86d6304b
2019-12-19 16:45:08 +00:00
Corey Bryant 51c88683a4 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

Co-Authored-By: gujin <gu.jin@99cloud.net>
Change-Id: Ic6c96405113b7b95425f04902e13a6f85735a69e
Story: #2005924
Task: #34221
2019-08-23 11:07:36 +08:00
sunjia 963c95f498 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I93a4bba1a1c16e2cbf1e33a99ff162dbb954a293
2018-12-03 22:24:34 -05:00
nirajsingh b09b094a2b Initial UI-Cookiecutter commit
Added required project files to the repository.

Change-Id: I869b9f2cf04ec00d8bbf00e2720e64175e55eaee
2018-03-16 10:02:55 +05:30