summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-09-04 15:11:08 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2020-09-04 16:21:10 +0200
commitd676b6d6d9ac3c903b0f8a8ed013b96cf8a65df7 (patch)
tree5a81bc92209ddc86f6563fbe9023d99cce934e12 /setup.cfg
parenta0de74bef87678514749c2e8aab9cbbbca847a1e (diff)
downloadzuul-d676b6d6d9ac3c903b0f8a8ed013b96cf8a65df7.tar.gz
Drop support for python 3.5
There are now increasing numbers of dependencies like cryptocraphy that will drop support for Python 3.5 soon. Thus we should consider dropping the support for Python 3.5 as well. Change-Id: I830ec3e97cfaac5d336d02755fe788572f36fb07
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 3c3dbdd63..5ba97651a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ description-file =
author = Zuul Team
author-email = zuul-discuss@lists.zuul-ci.org
home-page = https://zuul-ci.org/
-python-requires = >=3.5
+python-requires = >=3.6
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
@@ -14,7 +14,6 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8