upgrade to python 3.12

This commit is contained in:
Jakub Miazek
2024-02-01 20:58:23 +01:00
parent ab91172dea
commit 28b44d5eef
5 changed files with 6 additions and 23 deletions

View File

@@ -124,7 +124,7 @@ Setup user authentication with JWT and Redis as token storage.
### Local development with poetry
```shell
pyenv install 3.11 && pyenv local 3.11
pyenv install 3.12 && pyenv local 3.12
```
```shell
poetry install