Skip to content

Commit

Permalink
Scale flake8 back to 5.0 (#1048)
Browse files Browse the repository at this point in the history
Looks like later versions dropped Python 3.7 support
  • Loading branch information
elprans committed Jul 7, 2023
1 parent fdf559f commit a1a7b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -36,7 +36,7 @@ github = "https://github.com/MagicStack/asyncpg"

[project.optional-dependencies]
test = [
'flake8~=6.0.0',
'flake8~=5.0',
'uvloop>=0.15.3; platform_system != "Windows"',
]
docs = [
Expand Down

0 comments on commit a1a7b1a

Please sign in to comment.