Skip to content

Commit e50f065

Browse files
committed
Fix: Pin python version to 3.13 to fix broken dataclasses in 3.14
1 parent 535f471 commit e50f065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
packages = [{ include = "gardenlinux", from = "src" }]
99

1010
[tool.poetry.dependencies]
11-
python = ">=3.13"
11+
python = ">=3.13, <3.14"
1212
apt-repo = "^0.5"
1313
boto3 = "^1.40.57"
1414
click = "^8.2.1"

0 commit comments

Comments
 (0)