Commit Graph

15 Commits

Author SHA1 Message Date
Sean McGinnis d2ff684041
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: I5013a770c734e7f47ad24d8cfe3d9cb16ef1743d
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 08:23:21 -05:00
zhurong 00eca345bd Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
  * Some other sections are obsolete
- Update classifiers
- Update requirements, no need for python_version anymore

Change-Id: I715bdcd7a4c3368d5a3a5d2a9da337a0d5bf6898
2020-04-07 04:31:45 -07:00
Ghanshyam Mann 60938c94fa [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

solum-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

Depends-On: https://review.opendev.org/#/c/693631/

Change-Id: Iaeb821e3e31f7b2bfcd60212790fa3e5d13fd014
2019-11-25 09:03:17 +00:00
Corey Bryant 5f84a726d7 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: I56899805c2492c7002e35c3fb8a078e68fb0ed8e
Story: #2005924
Task: #34247
2019-07-05 16:18:05 -04:00
Ghanshyam Mann a313e218d4 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: I94a5c6ed319f85168b4f069c9aa0a9062bdde5c0
2019-04-16 17:16:07 +00:00
Zuul 043ecfb609 Merge "Remove py34 and add py36 support" 2019-01-05 04:01:34 +00:00
jacky06 a126d22482 Remove py34 and add py36 support
Due to the change from Ubuntu Trusty to Xenial, only python3.5 is
available(Python3.4 is restricted to <= Mitaka). So, there is no
need to continue to keep these settings.

Change-Id: I8acd363b9c1d4d14a83e3fcbc5308b362268b69c
2019-01-05 03:17:33 +00:00
huang.zhiping a918f44090 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I8cc2c9ec1ede6a68d306c3c8b912834b0de37eb0
2018-12-04 11:16:48 +00:00
zhurong 2b1d581b99 Adding docs venv and warning-is-error to doc building
Change-Id: I066e11a465481794913fc1867cb6d1a449f9b2b1
2017-08-18 13:46:15 +08:00
Hangdong Zhang f32b59f4fa Update the documentation link for doc migration
Change-Id: I76d510bdd1be9828b96e18c2b6a94800fbbae042
2017-07-25 11:48:39 +08:00
Cao Xuan Hoang 834ee0e883 Remove support for py33
Python 3.3 is not supported from Mitaka, as per Infra.
This patch removes the support and add py35 in venv
for the same.

Change-Id: Ifb2f02bc2c7936bcb758da99d817e95693a5c7a0
2017-01-23 14:58:20 +07:00
zhurong aad9cb655a Add py35 support to setup.cfg
This patch adds py35 support to setup.cfg file.

Change-Id: I75059bf0edc7620b3477dcd7227df75e39f5d935
2017-01-05 17:51:56 +08:00
Devdatta Kulkarni 9b2752a8d3 Removing version from setup.cfg
pbr [1] does postversioning as part of packging,
so there is no need for us to specify a version
in metadata of setup.cfg

[1] http://docs.openstack.org/developer/pbr/

Change-Id: I90d13777bcee53a7231f1012f1ae7bbccd63f12e
Closes-Bug: #1555712
2016-03-10 10:53:45 -06:00
venkatamahesh c83ebfb170 Remove py26 from tox.ini and setup.cfg
As of http://wiki.openstack.org/wiki/python3 Openstack
is targeted for py27 and py34 and also dropping py26
for OpenStack mitaka. So In this patch I removed the py26
and added py33 and py34

Change-Id: Ia18f5a5b7255e8df3809f44d0d4c4eaa00adb02d
Closes-Bug: #1523188
2015-12-07 14:15:59 +00:00
Angus Salkeld 54a725a2db Add basic files
- setup.py
 - fix the README
 - add .gitreview
 - requirements
 - empty tests
 - tox file

Change-Id: I1af6456dae43c89909652821031df6c8920fbaac
2014-04-23 15:33:27 +02:00