Skip to content

Commit

Permalink
Drop 3.7, 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shehab-plutoflume committed Jan 22, 2025
1 parent 9f00df8 commit 667bf81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
strategy:
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,14 @@
"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",
"Programming Language :: Python :: 3.12",
],
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": [
Expand Down

0 comments on commit 667bf81

Please sign in to comment.