From dab559e5d7c58ad096d57d90cb744fc97de4e218 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Mon, 20 Mar 2023 16:23:02 +0100 Subject: [PATCH] Bump minimum python version to 3.7 Python lower than 3.7 is EOL, we're supporting up to what's currently released, namely 3.11. --- setup.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3973aaf..a2798cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,14 +14,15 @@ classifiers = Development Status :: 3 - Alpha Intended Audience :: Developers Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 - 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 + Programming Language :: Python :: 3.11 License :: OSI Approved :: Apache Software License [options] -python_requires = >= 3.5 +python_requires = >= 3.7 packages = clintermission setup_requires = setuptools > 30.4.0