From 931f5b0a335947f579b7afc71a6a5d7fefdcb70f Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Thu, 9 Jun 2022 07:11:42 +0200 Subject: [PATCH] Revert "Remove py 3.6 support and update jobs" This reverts commit fe0e5324d4248d114660ec35111ae9601e05b95b. Reason for revert: Python3.6 is still being used on Centos 8 based platforms. This is a partial revert, since the py36 job is currently failing, it will be restored in a follow-up patch. Change-Id: Idc0373f9a639cd66925543376fb1e2e3398666da --- releasenotes/notes/python-3.8-b401ad4f2bbbc99f.yaml | 3 --- setup.cfg | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 releasenotes/notes/python-3.8-b401ad4f2bbbc99f.yaml diff --git a/releasenotes/notes/python-3.8-b401ad4f2bbbc99f.yaml b/releasenotes/notes/python-3.8-b401ad4f2bbbc99f.yaml deleted file mode 100644 index 577daf76..00000000 --- a/releasenotes/notes/python-3.8-b401ad4f2bbbc99f.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -upgrade: - - This release removes support for Python releases before 3.8 diff --git a/setup.cfg b/setup.cfg index 4413ff88..a7ef62aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,10 +12,12 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python :: 3 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Environment :: Console -python_requires = >=3.8 +python_requires = >=3.6 [files] packages =