From ee807825049a75e1dd99f8e7609390800cd4c263 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 17 Feb 2022 14:33:49 +0900 Subject: Drop py36 and py37 support Python runtimes for Zed are 3.8, 3.9 and optionally 3.10 [1][2], so tox envs in tox.ini are updated accordingly. Declare python_requires >=3.8 in setup.cfg python_requires are declared in many projects during dropping python 2.7 support. It is good to follow the convention and it also clarifies our python interpreter requirement. This commit also cleans up python2.7 related stuffs in setup.py. Both are related to the supported versions of python, so I made both changes in a single commit. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html [2] https://opendev.org/openstack/openstack-zuul-jobs/src/commit/b740b42fb199d4d695391aaaddf46ca55eab79ac/zuul.d/project-templates.yaml#L542 Change-Id: I4161816fd1fec19a3834cc7d994b3f761e1ab2ce Closes-Bug: #1960887 --- .zuul.d/xstatic-master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zuul.d') diff --git a/.zuul.d/xstatic-master.yaml b/.zuul.d/xstatic-master.yaml index 0482fe88c..b638ab6f0 100644 --- a/.zuul.d/xstatic-master.yaml +++ b/.zuul.d/xstatic-master.yaml @@ -27,7 +27,7 @@ - job: name: horizon-tox-py36-xstatic-master - parent: openstack-tox-py36 + parent: openstack-tox-py39 required-projects: *xstatic-projects - job: -- cgit v1.2.1