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": [