Skip to content

Commit

Permalink
Lint using latest Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Dec 28, 2023
1 parent 079e2c0 commit 68081f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311, lint
3.12: py312
3.11: py311
3.12: py312, lint
pypy-3: pypy3

[tox]
Expand All @@ -14,7 +14,7 @@ isolated_build = true
skipsdist = true

[testenv:lint]
basepython = python3.11
basepython = python3.12
allowlist_externals =
make
pdm
Expand Down

0 comments on commit 68081f4

Please sign in to comment.