Skip to content

Commit

Permalink
Drop 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
QuangTung97 committed Jan 8, 2024
1 parent e5a5b4d commit 0e25fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ "3.7", "3.8" ]
python-version: [ "3.8", "3.9" ]
services:
redis:
image: redis:6.0.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'memproxy.proxy': ['py.typed'],
},
packages=['memproxy', 'memproxy.proxy'],
python_requires=">=3.7",
python_requires=">=3.8",
setup_requires=['wheel'],
install_requires=[
'redis>=3.2.0',
Expand Down

0 comments on commit 0e25fd0

Please sign in to comment.