mirror of
https://github.com/TxtDot/documentation.git
synced 2024-11-21 12:26:22 +03:00
fix: python version
This commit is contained in:
parent
a590d5b0a1
commit
5d4be0f74c
2 changed files with 3 additions and 3 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -877,5 +877,5 @@ watchmedo = ["PyYAML (>=3.10)"]
|
|||
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "28f9f66bfb7f279c3ae56f054ce73eed26a5fec4b1d014d4d5f0d28d35685eda"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "40cc1973efc4a23109eac2fef8eb2276888e488624d8bf49dba0d5541e305ccb"
|
||||
|
|
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python = "^3.10"
|
||||
mkdocs = "^1.5.2"
|
||||
mkdocs-material = "^9.2.5"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue