From 667bf8121805fac4c9f1c2812387242e5bf9915f Mon Sep 17 00:00:00 2001 From: Shehab Abdel-Salam Date: Wed, 22 Jan 2025 22:56:54 +0000 Subject: [PATCH] Drop 3.7, 3.8 --- .github/workflows/tests.yml | 2 -- setup.py | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 186d9fc..367c4b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,8 +9,6 @@ jobs: strategy: matrix: python-version: - - 3.7 - - 3.8 - 3.9 - 3.10 - 3.11 diff --git a/setup.py b/setup.py index 8caabad..371c31c 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,6 @@ "Topic :: Software Development :: Libraries :: Python Modules", "License :: OSI Approved :: MIT License", "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", @@ -32,7 +30,7 @@ ], keywords="redis redlock distributed locks asyncio", packages=find_packages(), - python_requires=">=3.6", + python_requires=">=3.9", install_requires=["redis>=5.0.0", "attrs >= 17.4.0"], extras_require={ "test": [