Skip to content

Commit c352266

Browse files
committed
do not use python 3.14 yet due to missing prebuild psycopg2-binary
1 parent 7db7332 commit c352266

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
@@ -1,7 +1,7 @@
11
[project]
22
name = "example-orchestrator"
33
version = "0.1.0"
4-
requires-python = ">=3.12"
4+
requires-python = ">=3.12,<3.14"
55
dependencies = [
66
"deepdiff==8.6.1",
77
"orchestrator-core==4.0.4",

0 commit comments

Comments
 (0)