summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorsongwenping <songwenping@inspur.com>2021-10-26 02:09:58 +0000
committerWenping Song <songwenping@inspur.com>2022-07-01 02:50:01 +0000
commit84555b6c2dc35eb9f97f2c1e57c745f6c9a8e946 (patch)
tree2e31d5614964fa158778a7581a05dda5af3bdc3e /setup.cfg
parent473ad0dd95433b6bead20eb290d3f29800c523b7 (diff)
downloadpython-saharaclient-84555b6c2dc35eb9f97f2c1e57c745f6c9a8e946.tar.gz
Dropping lower constraints testing and remove py36,py37 support
We facing errors related to the new pip resolver, this topic was discussed on the ML and QA team proposed to to test lower-constraints [1]. I propose to drop this test because the complexity and recurring pain needed to maintain that now exceeds the benefits provided by this mechanismes. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: I60f1f739f25755cd344fe45e76d225712fedc40f
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 5df88d0..a7a8635 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,7 +7,7 @@ license = Apache License, Version 2.0
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/python-saharaclient/latest/
-python-requires = >=3.6
+python-requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -18,9 +18,8 @@ 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
[files]
packages =