2
0
forked from awendt/pyrelacs

[project] setting python to 3.11 for tomllib

This commit is contained in:
wendtalexander
2024-10-11 14:11:15 +02:00
parent 1332e067c6
commit 0e0aaf9f04
2 changed files with 65 additions and 87 deletions

View File

@@ -21,7 +21,7 @@ include = [
]
[tool.poetry.dependencies]
python = ">=3.10, <3.13"
python = ">=3.11, <3.13"
uldaq = "^1.2.3"
typer = "^0.12.5"
matplotlib = "^3.9.2"