Skip to content

Commit 68081f4

Browse files
committed
Lint using latest Python
1 parent 079e2c0 commit 68081f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ python =
44
3.8: py38
55
3.9: py39
66
3.10: py310
7-
3.11: py311, lint
8-
3.12: py312
7+
3.11: py311
8+
3.12: py312, lint
99
pypy-3: pypy3
1010

1111
[tox]
@@ -14,7 +14,7 @@ isolated_build = true
1414
skipsdist = true
1515

1616
[testenv:lint]
17-
basepython = python3.11
17+
basepython = python3.12
1818
allowlist_externals =
1919
make
2020
pdm

0 commit comments

Comments
 (0)