Skip to content

Commit f22f9b5

Browse files
Loosen Python requirement to support 3.12
1 parent f354043 commit f22f9b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "DSPy"
99
readme = "README.md"
1010
authors = [{ name = "Omar Khattab", email = "okhattab@stanford.edu" }]
1111
license = { text = "MIT License" }
12-
requires-python = ">=3.9, <3.12"
12+
requires-python = ">=3.9, <3.13"
1313
classifiers = [
1414
"Development Status :: 3 - Alpha",
1515
"Intended Audience :: Science/Research",
@@ -81,7 +81,7 @@ keywords = ["dspy", "ai", "language models", "llm", "openai"]
8181

8282

8383
[tool.poetry.dependencies]
84-
python = ">=3.9,<3.12"
84+
python = ">=3.9,<3.13"
8585
pydantic = "^2.0"
8686
backoff = "^2.2.1"
8787
joblib = "^1.3.2"

0 commit comments

Comments
 (0)