From ddc3de28569796153a620bcb343c6c6152d31a5c Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 17 Oct 2022 13:45:59 -0700 Subject: [PATCH] Remove python3.6 testing This removes python3.6 testing as it shouldn't be needed anymore. The rest of Zuul is python>=3.8 only at this point. Users on platforms with older python can run the containers we build to work around that. We also update the test node choice for python3.8 as Bionic will be EOL in about 6 months. Change-Id: I0bbbfe3bea18811599851f5aac025a7484c440b8 --- .zuul.yaml | 10 ++-------- setup.cfg | 4 +--- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 69d2c0b..5142bb6 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -68,11 +68,8 @@ - tox-linters: vars: tox_install_bindep: false - - tox-py36: - nodeset: ubuntu-bionic - timeout: 3600 - tox-py38: - nodeset: ubuntu-bionic + nodeset: ubuntu-focal timeout: 3600 - tox-py310: nodeset: ubuntu-jammy @@ -85,11 +82,8 @@ - tox-linters: vars: tox_install_bindep: false - - tox-py36: - nodeset: ubuntu-bionic - timeout: 3600 - tox-py38: - nodeset: ubuntu-bionic + nodeset: ubuntu-focal timeout: 3600 - tox-py310: nodeset: ubuntu-jammy diff --git a/setup.cfg b/setup.cfg index ab9e668..7dbd49d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,8 +26,6 @@ classifier = Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 @@ -39,7 +37,7 @@ classifier = Topic :: Utilities [options] -python-requires = >=3.6 +python-requires = >=3.8 [files] packages = zuulclient