Skip to content

Commit

Permalink
Update Python pin to just >3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Oct 15, 2024
1 parent 610eeee commit 0f4ea9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "jupyter_ai_monorepo"
dynamic = ["version", "description", "authors", "urls", "keywords"]
requires-python = ">=3.9,<3.13"
requires-python = ">=3.9"
dependencies = [
"jupyter-ai-magics @ {root:uri}/packages/jupyter-ai-magics",
"jupyter-ai @ {root:uri}/packages/jupyter-ai"
Expand Down

0 comments on commit 0f4ea9b

Please sign in to comment.