From e3422e8d8671db8a1c05bc31efa84a120a48353c Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 13 May 2025 14:56:38 -0700 Subject: [PATCH] Drop support for py36 Change-Id: I3d7162f63791362b45a3d65502c9d488615af485 --- .zuul.yaml | 1 - setup.cfg | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index ab160395..55509b5e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -40,7 +40,6 @@ # on-demand pipeline used to test older (but still supported) versions of python, # as well as intermediate releases that the openstack-python3-jobs might skip jobs: - - openstack-tox-py36 - openstack-tox-py37 - openstack-tox-py38 - openstack-tox-py310 diff --git a/setup.cfg b/setup.cfg index 479d19a4..9a1c5399 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ project_urls = Documentation = https://docs.openstack.org/python-swiftclient/latest/ Release Notes = https://opendev.org/openstack/python-swiftclient/src/branch/master/ChangeLog Source Code = https://opendev.org/openstack/python-swiftclient -python_requires = >=3.6 +python_requires = >=3.7 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -23,7 +23,6 @@ classifier = Operating System :: Microsoft :: Windows 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