Skip to content

Commit

Permalink
pyproject: support py3.12 via new version of pycodestyle
Browse files Browse the repository at this point in the history
autopep8 had some issues with python3.12. It seems just moving to
the latest version of pycodestyle does fix the issue.

Closes: #712
Thanks: "hruskape" on github
  • Loading branch information
mvo5 committed Mar 14, 2024
1 parent 30e79c9 commit 1505a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
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 1505a0e

Please sign in to comment.