Commit Graph

8 Commits

Author SHA1 Message Date
Takashi Kajinami e32eb594a7 Add Python 3.8 and 3.9 to supported runtimes
... because these are part of test runtimes since Yoga development
cycle.

Change-Id: Ib5fc73c4e076092e9579ee5eb2cc5e5a8c76c6ab
2022-05-25 20:55:12 +09:00
Takashi Kajinami 2ee8e7f4ef 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: I8695d1b501f04a333caf080c835c6388415e52cf
2022-02-05 17:52:53 +00:00
Andreas Jaeger a5fe49a956 [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: Ibea136743f9a82d0e9ff35bc59f54a4c8afda74b
2020-02-04 20:34:32 +01:00
Andreas Jaeger 7a89db60db Update testing jobs
Remove py35 testing, for train py35 is not supported anymore.

Update docs environment to use sphinx-build directly following PTI.

Change-Id: Idd120c50f3205be116a22af83029b1560876fa36
2019-05-01 22:16:27 +02:00
98k 595052d9eb Update home-page
Change-Id: Iafe531f6132cb127cc2dd0f075ea392bf42d9bf3
2019-01-11 16:31:49 +00:00
melissaml fe82094522 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I26ede32cc28b92a6396a6a7725e049b3251b47f1
2018-12-05 00:53:41 +08:00
qingszhao cfecd09c77 Removed older version of python added 3.5
In setup.cfg file the python 3.5 is added

Change-Id: Ia26b6000f7316b7e5e509fe489057b9d18f2e8d6
2018-09-29 17:45:43 +08:00
Monty Taylor 1865fa56f8 Add cookiecutter boilerplate
Removed babel related things - we're not expecting to have translations.

Change-Id: I510195c6c83c99d78c90571ff0fdea8219833d95
2017-07-14 13:43:28 -04:00