Skip to content

Commit

Permalink
Fix tox/lint issue with python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
steweg committed Dec 7, 2023
1 parent 851ea1b commit 0036f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ commands =
sh -ec 'python3 -m black -t py36 $(git ls-files "*.py")'

[testenv:lint]
basepython = python3
basepython = python3.11
description = Run coding style checks.
changedir = .
deps =
Expand Down

0 comments on commit 0036f04

Please sign in to comment.