chore: update Python version in README to 3.12

This commit is contained in:
-LAN- 2024-11-08 21:23:39 +08:00
parent 59d002cb44
commit 87fd8da9ff

View File

@ -37,7 +37,7 @@
5. Install dependencies
```bash
poetry env use 3.10
poetry env use 3.12
poetry install
```
@ -84,5 +84,3 @@
```bash
poetry run -C api bash dev/pytest/pytest_all_tests.sh
```