Skip to content

Commit 8f1c064

Browse files
committed
chore: restrict requires-python to <3.13 in pyproject.toml
Refs: KEH-241
1 parent bd33b22 commit 8f1c064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "palvelutarjotin"
3+
requires-python = ">= 3.12, <3.13"
34
version = "1.31.0"
4-
requires-python = ">= 3.12"
55

66
[tool.ruff]
77
target-version = "py312"

0 commit comments

Comments
 (0)