Commit Graph

20 Commits

Author SHA1 Message Date
Ghanshyam Mann da28761ab6 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: I21e357e19f1ecbc73125717a2cea8ce95e6df80f
2024-01-11 15:36:29 -08:00
Ghanshyam cadc09d152 Revert "Moves supported python runtimes from version 3.8 to 3.10"
This reverts commit 88033b58fd.

Keeping Python 3.10 in setup.cfg classifier. 

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: I080c9f6d596269732b4fc512b5e3569144df8864
2023-05-04 20:19:19 +00:00
Takashi Kajinami 88033b58fd 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: I530fc9a7076e0a5a18f4da0a664b01d25ecb02f6
2023-04-10 13:10:53 +09:00
Hervé Beraud e44ad1df84 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)

Change-Id: I525cb26c3635d2cbb11416bd8f1aef6a71b30553
2022-05-05 15:57:16 +02:00
Takashi Kajinami c65aabf5bc Add Python 3.8 and 3.9 to supported runtimes
... because these are now tested as part of the openstack-python3-jobs
template.

Python 3.8 has been part of tested runtimes since victoria, while
Python 3.9 has been part of tested runtimes since yoga.

Change-Id: Ieb5c61357ec8ed0fa9b89923464a9667a0a3e19f
2022-03-28 22:56:30 +09:00
yangyawei e9003e3d01 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: Ib8c972f4b673ceb8a92648fb921e122524807e6d
2021-05-14 18:13:21 +08:00
Andreas Jaeger 3e241f33da [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 and setup.cfg from old cruft, use sphinx-build.

Change-Id: I395558c888d31925c26571f62ffc1ea556f2e2c4
Co-Authored-By: Hervé Beraud <hberaud@redhat.com>
2020-02-04 10:28:51 +01:00
Corey Bryant 47b2e16ee8 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: Id890698cfc352183f206fc92a5f49cdb433cad49
Story: #2005924
Task: #34234
2019-07-05 14:39:10 -04:00
Ghanshyam Mann 4ffb9a2933 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: I28c2239bc31f3dd3b52eefa417fc4e29cee9b241
2019-04-15 18:32:00 +00:00
98k 50f62a202f Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Ia917386b3283704df4a6fdb98b498503fdfe36ce
2018-12-05 15:01:13 +00:00
ChangBo Guo(gcb) cd6ba6b122 Update URLs in documents according to document migration
Change-Id: Ie03a9eb4813ddb907f3004ffb7764a595c5f13fc
2017-07-12 19:27:03 +08:00
Vu Cong Tuan d2f3f45ceb Remove pbr warnerrors in favor of sphinx check
This change removes the now unused "warnerrors" setting,
which is replaced by "warning-is-error" in sphinx
releases >= 1.5 [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/
2017-March/113085.html

Change-Id: I4b08daf51278cbd985092c9acd58a628f5f71d1c
2017-06-09 14:33:02 +07:00
kavithahr b92d5835b1 Python 3.4 support has been removed
Change-Id: I298c905e96b9d7963a35ddcef03e4f84a25d9a23
2017-03-07 17:45:42 +05:30
Tony Xu 8e1e6e08dc Update homepage with developer documentation page
Change-Id: I723030d7d03f2b9b5a866fd481e13f62b7eb1995
2016-09-24 14:25:48 +08:00
ChangBo Guo(gcb) 18f7de4de1 Add Python 3.5 classifier and venv
Now that there is a passing gate job, we can claim support for
Python 3.5 in the classifier. This patch also adds the convenience
py35 venv and removes py33 venv.

Change-Id: I849e9df878b18f89424c846511bc131644ccae48
2016-07-12 15:20:58 +08:00
ChangBo Guo(gcb) f420410657 Remove Python 2.6 classifier
We have decided to remove Python 2.6 support, this commit
removes Python 2.6 classifier before dropping any Python
2.6 support in code.

Change-Id: I1ada1b39cd0eaa1b0981d7da050cd02d04efffd8
2015-11-17 16:26:36 +08:00
Davanum Srinivas 296c871249 docs - Set pbr 'warnerrors' option for doc build
By setting this pbr option in setup.cfg, the doc build will fail in case
of any warnings or errors occur during the build process.

Change-Id: Ie51486a618feb3d691a3607a67af66cc457712f9
2015-09-24 21:46:09 -04:00
Joshua Harlow f0e07d5e5d Match the updated openstack-manuals description
The review @ https://review.openstack.org/#/c/152241/
suggested a better description so update the docs in
the code to follow that better description.

Change-Id: Ibb7d1958514d1692fd36d2c600315b4a838f33e7
2015-02-11 17:11:05 -08:00
Joshua Harlow f6f967b796 Add universal wheel tag to setup.cfg
This project is 2 and 3 compatible so a universal
wheel is appropriate/expected.

Change-Id: I816835674b26e9bf89f82e8779613422e08527de
2015-02-05 14:39:39 -08:00
Joshua Harlow 2c4e7d58dd Initial commit 2014-12-12 22:26:59 -08:00