summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2022-05-05 11:26:02 +0200
committerHervé Beraud <hberaud@redhat.com>2022-05-05 16:06:05 +0200
commit3b789cba813a29a15a2c883de7d3198a8f1b84be (patch)
treeabc445b73e7c3f1cf6d06e9db8b4080c81c4db5a
parente2206a300de50e2f708206d03f79a1f9082c75bc (diff)
downloadoslo-rootwrap-3b789cba813a29a15a2c883de7d3198a8f1b84be.tar.gz
Drop python3.6/3.7 support in testing runtime
In Zed cycle testing runtime, we are targetting to drop the python 3.6/3.7 support, project started adding python 3.8 as minimum, example nova: - https://github.com/openstack/nova/blob/56b5aed08c6a3ed81b78dc216f0165ebfe3c3350/setup.cfg#L13 Also indicates that we support python 3.9. Change-Id: I98072e5176cb415469a5cca51ab63ea7953a384a
-rw-r--r--setup.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 004994c..89d14c4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ summary = Oslo Rootwrap
description_file =
README.rst
home_page = https://docs.openstack.org/oslo.rootwrap/latest/
-python_requires = >=3.6
+python_requires = >=3.8
classifier =
Development Status :: 4 - Beta
Environment :: OpenStack
@@ -16,9 +16,8 @@ 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 :: Only
Programming Language :: Python :: Implementation :: CPython