Skip to content

Commit

Permalink
Use Python 3.11 when running checks
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonym committed Jan 8, 2024
1 parent e0ff581 commit 6a4b0f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ commands =
{posargs:pytest --cov --cov-report=term-missing -vv tests}

[testenv:check]
basepython = py311
deps =
black==23.9.1
flake8==7.0.0
Expand Down

0 comments on commit 6a4b0f2

Please sign in to comment.