From 537865d2faa6f6d1cc5f566efbc73ed19870e410 Mon Sep 17 00:00:00 2001 From: Tom Weininger Date: Fri, 29 Apr 2022 09:09:03 +0200 Subject: [PATCH] Move to Python 3.8 Change-Id: I4fa658405174573f285f04bad212e0b67b40d1b9 --- releasenotes/notes/move-to-python-3.8-86095fce6076fb37.yaml | 6 ++++++ setup.cfg | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 releasenotes/notes/move-to-python-3.8-86095fce6076fb37.yaml diff --git a/releasenotes/notes/move-to-python-3.8-86095fce6076fb37.yaml b/releasenotes/notes/move-to-python-3.8-86095fce6076fb37.yaml new file mode 100644 index 00000000..9fe09225 --- /dev/null +++ b/releasenotes/notes/move-to-python-3.8-86095fce6076fb37.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + Update Python base version from 3.6 to 3.8. As per Openstack Python + runtime versions policy Python 3.8 is the minimum Python version + in the Zed release cycle. diff --git a/setup.cfg b/setup.cfg index a4d1bfb8..72818b30 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/octavia-dashboard/latest/ -python_requires = >=3.6 +python_requires = >=3.8 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -17,10 +17,9 @@ classifier = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 :: Only 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 [files] packages =