fix: change python 3.11 to be compatible with rpi
This commit is contained in:
parent
bf3fceb833
commit
66f4e4e374
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
3.13
|
3.11
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "py-dj"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastapi[standard]>=0.115.12",
|
"fastapi[standard]>=0.115.12",
|
||||||
"pydantic>=2.11.3",
|
"pydantic>=2.11.3",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue