From ae685b23326eca5f8b671e58b9e91a5c5e1154b4 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 20 Jan 2025 09:06:47 +0100 Subject: [PATCH] Update Python version support. --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 01c1e76..2d3b201 100644 --- a/setup.py +++ b/setup.py @@ -43,12 +43,11 @@ def read(*rnames): 'License :: OSI Approved :: Zope Public License', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - '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', + 'Programming Language :: Python :: 3.13', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Natural Language :: English', @@ -61,7 +60,7 @@ def read(*rnames): include_package_data=True, package_dir={'': 'src'}, namespace_packages=['z3c'], - python_requires='>=3.7', + python_requires='>=3.9', extras_require=dict( test=[ 'z3c.coverage',