Commit Graph

14 Commits

Author SHA1 Message Date
Takashi Kajinami a4c3b40ab4 Mark python 3.11 supported
It is now part of the tested runtimes and has been tested.

Change-Id: I7f7f4838368d8321d26cd1fe63daa0a4a48fd513
2024-01-09 12:38:38 +09:00
Takashi Kajinami 437dcde0ef Add Python 3.10 to supported runtime.
Python 3.10 has been tested since 2023.1[1].

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

Change-Id: I4b5cc06a097f1a6d6253ebacebe37ff0043847c8
2023-03-30 14:55:40 +09:00
Takashi Kajinami 8775ec3eee 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: Ia710315f7dc124c4ac9195584eef1450c4a93bb5
2022-06-08 00:00:02 +09:00
Takashi Kajinami e1d05d8150 Add Python 3.9 to supported runtumes
... because it has been part of tested runtimes since Yoga[1].

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

Change-Id: Ie32786eb519919a2218f77200edf1dc28ec5a10b
2022-06-07 23:58:58 +09:00
YuehuiLei 93c484d888 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: I97ed4117e009f75c4670aa78b0d50db59dcb7da8
2021-05-06 10:54:40 +08:00
Sean McGinnis f74b3e6884
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: Ifce8a3bf3bd1e71177e13545fa2d54bfb36f5f1e
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-05-02 07:48:12 -05:00
Andreas Jaeger ddaa0a1e0e Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Switch to using sphinx-build
- Use newer openstackdocstheme and Sphinx versions
- Cleanup */source/conf.py to remove now obsolete content.

Change-Id: Icf69fa99ed77a0935062ee4fc8e9c6a195b381e5
2020-04-21 08:24:56 +02:00
manchandavishal 8638a0c7f6 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

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

Also this patch update minimum tox version in tox.ini file.
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: I63d6c5dfb2bb312c413b9350fa7c9a01eae6cd0b
2019-12-03 07:36:38 +00:00
manchandavishal a7cda44dfe Switch python3 versions of test jobs to match Train PTI
In Train, we will use python 3.6 and 3.7 for python3 runtime
in our gate jobs [1]. This commit drops python 3.5 and adds python 3.7.

Redundant entries in tox.ini are cleanup along with python3.5 removal.

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

Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Change-Id: Ideb2e7f6e7e3bd0986e5f6d400912a3e4e392e14
2019-03-28 14:02:28 +09:00
manchandavishal 0b356fd4bb Change openstack-dev to openstack-discuss
Mailing lists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: I7d3c36cdb8886797354598640fd930f349c3c725
2018-12-04 06:35:19 +00:00
Eyal 49cffd1c18 support py3
manage.py should use the correct interpreter when installing
devstack

Change-Id: I78e352db36553ddfab8498efdf712aa806047fc5
2018-05-03 10:10:01 +03:00
Akihiro Motoki a04c8dbb23 Enables warning-is-error in sphinx
Change-Id: If52e0a1f8579266bb7c04c6a5b14b7f8a7566525
2018-02-22 09:57:20 +09:00
zhang.lei d9f556eeb1 Update the home page
Change-Id: I45056504a73370a7bfd1732adc28dc46f789ca1f
2017-12-11 14:46:08 +08:00
Keiichi Hikita e63ec107c5 add initial files. 2017-10-06 14:46:17 +09:00