fix mise config
This commit is contained in:
parent
5bb5b38a2c
commit
b731c2d085
2 changed files with 3 additions and 2 deletions
3
.mise.toml
Normal file
3
.mise.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[tools]
|
||||||
|
poetry = {version='latest', pyproject='pyproject.toml'}
|
||||||
|
python = '3.13' # must be after poetry so the poetry bin is first in PATH
|
|
@ -1,2 +0,0 @@
|
||||||
python 3.11.2
|
|
||||||
poetry latest
|
|
Loading…
Reference in a new issue