From 787bc501ab0e5ce35eb6bc5e46bece58db6f20e4 Mon Sep 17 00:00:00 2001 From: Godefroid Chapelle Date: Thu, 16 Jan 2025 15:20:15 +0100 Subject: [PATCH] Update metadata So that it corresponds with versions actually supported --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6816581..fd69184 100644 --- a/setup.py +++ b/setup.py @@ -39,10 +39,10 @@ "Topic :: Internet :: WWW/HTTP :: WSGI :: Server", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "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", + "Programming Language :: Python :: 3.12", ], keywords='wsgi test unit tests web', author='Ian Bicking', @@ -59,7 +59,7 @@ ]), include_package_data=True, zip_safe=False, - python_requires='>=3.7', + python_requires='>=3.9', install_requires=install_requires, tests_require=tests_require, extras_require={