summaryrefslogtreecommitdiff
path: root/.zuul.d
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2022-02-17 14:33:49 +0900
committerAkihiro Motoki <amotoki@gmail.com>2022-06-06 17:59:13 +0900
commitee807825049a75e1dd99f8e7609390800cd4c263 (patch)
tree93749dc76cfb369ac5f4bc4a4227a8e80162108c /.zuul.d
parent8d45a9f94140a8428de8d53067c39db8adf4d08c (diff)
downloadhorizon-ee807825049a75e1dd99f8e7609390800cd4c263.tar.gz
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
Diffstat (limited to '.zuul.d')
-rw-r--r--.zuul.d/xstatic-master.yaml2
1 files changed, 1 insertions, 1 deletions
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: