Skip to content

Commit

Permalink
Merge pull request #730 from mvo5/bump-pycodestyle
Browse files Browse the repository at this point in the history
pyproject: support py3.12 via new version of pycodestyle
  • Loading branch information
hhatto committed Mar 14, 2024
2 parents 30e79c9 + 1505a0e commit e4f02ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -30,7 +30,7 @@ classifiers = [
]
requires-python = ">=3.6"
dependencies = [
"pycodestyle >= 2.10.0",
"pycodestyle >= 2.11.0",
"tomli; python_version < '3.11'",
]
dynamic = ["version"]
Expand Down

0 comments on commit e4f02ec

Please sign in to comment.