Skip to content

Commit ef43913

Browse files
authored
fix: resolve python version ambiguity (#2009)
1 parent 78fb90e commit ef43913

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
@@ -3,7 +3,7 @@ name = "griptape"
33
version = "1.8.2"
44
description = "Modular Python framework for LLM workflows, tools, memory, and data."
55
authors = [{ name = "Griptape", email = "[email protected]" }]
6-
requires-python = "~=3.9"
6+
requires-python = ">=3.9, <4"
77
readme = "README.md"
88
license = "Apache-2.0"
99
dependencies = [

0 commit comments

Comments
 (0)