From 264f5ce2329f6eb8011cdf5ccec85b136848b1da Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 28 Jan 2024 22:56:27 -0700 Subject: drop support for python 3.7 which was eol in 2023 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7fab10b71..08e44d2fa 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,6 @@ setup( "Intended Audience :: Developers", "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", @@ -101,7 +100,7 @@ setup( package_dir={'': 'src'}, include_package_data=True, zip_safe=False, - python_requires='>=3.7', + python_requires='>=3.8', install_requires=install_requires, extras_require={'testing': testing_extras, 'docs': docs_extras}, tests_require=tests_require, -- cgit v1.2.3