From a55aabbb430f5620dcd6be96c475417aacfd9c0a Mon Sep 17 00:00:00 2001 From: Tim Pansino Date: Mon, 22 Sep 2025 16:44:32 -0700 Subject: [PATCH] Fix merge conflict leftovers from removing Python 3.7 --- pyproject.toml | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 810fdacf9..337aaae63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,10 +28,9 @@ readme = "README.md" # "LICENSE", # "THIRD_PARTY_NOTICES.md", # ] -requires-python = ">=3.7" +requires-python = ">=3.8" # python_requires is also located in setup.py classifiers = [ "Development Status :: 5 - Production/Stable", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/setup.py b/setup.py index 2279145df..58efdfffd 100644 --- a/setup.py +++ b/setup.py @@ -127,7 +127,7 @@ def build_extension(self, ext): kwargs.update( { - "python_requires": ">=3.8", + "python_requires": ">=3.8", # python_requires is also located in pyproject.toml "zip_safe": False, "packages": packages, "package_data": {