fix mise config

This commit is contained in:
Gabriel Augendre 2024-11-30 10:17:21 +01:00
parent 5bb5b38a2c
commit b731c2d085
2 changed files with 3 additions and 2 deletions

3
.mise.toml Normal file
View 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

View file

@ -1,2 +0,0 @@
python 3.11.2
poetry latest