Commit Graph

9 Commits

Author SHA1 Message Date
Ghanshyam Mann 2824540fd1 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: Iff08f2ae92b34a7ec9b1155e12e5e9854f3feb88
2024-01-03 21:15:51 -08:00
dengzhaosen 23230184f4 The Python 3.6 and Python 3.7 Support has been dropped since zed
[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Change-Id: I2725aca3cd5620bd16d086298134f3735e7c338f
2022-08-05 00:54:58 +00:00
dengzhaosen f2bb985919 Update python testing classifier
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: Ia6151ee06740492127f25831cd54fe751904bb7e
2021-12-24 09:14:06 +08:00
Zuul d63da42674 Merge "Add py38 package metadata" 2020-12-01 14:27:37 +00:00
wu.shiming 35ffd4e3c5 Add py38 package metadata
Change-Id: I1efa783233a435b6dbe134e035e0c2efb8ac1a6d
2020-11-04 09:19:21 +08:00
Ghanshyam Mann 826e26fb59 Fix setup.cfg keywords
author-email, home-page are aliases, replacing them for their final value

description-file -> long_description = file:

requires-python is old value and does not work, python-requires
is right metadata.

'python-requires' is introduced from PEP440 and requires-python was old value
in PEP345.
- https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
- https://www.python.org/dev/peps/pep-0345/#requires-python

Change-Id: I2d2cd5d660ef937bfe8445bae7cf6b279eb80b0f
2020-09-25 09:47:40 +00:00
Ghanshyam 1bf0dbb566 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

barbican-tempest-plugin 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: I557159bea7c749202ef327995754a7f54b58028c
2020-03-03 14:10:58 +00:00
Kiran_totad bf70642e4a Replaced python 3.4 to 3.5
Change-Id: I8d053713a13556d875b57b0d6f001db0ca24f510
2017-03-07 15:25:36 +05:30
Marc Koderer 3529ea7a43 Add initial plugin structure
Creates initial module structure and a dummy test.

Change-Id: I7a861dcc800cf3a49da2e317e4780aa5c5027733
Implements: bp tempest-plugin
2016-12-02 14:50:16 +01:00