Skip to content

Commit

Permalink
Merge pull request #45 from deepset-ai/fix-python-version
Browse files Browse the repository at this point in the history
Fix Python version requirement to >=3.7,<3.13
  • Loading branch information
mpangrazzi authored Dec 5, 2024
2 parents 29c25d8 + 068a301 commit 86a7b14
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 @@ -7,7 +7,7 @@ name = "hayhooks"
dynamic = ["version"]
description = 'Grab and deploy Haystack pipelines'
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.7,<3.13"
license = "Apache-2.0"
keywords = []
authors = [
Expand Down

0 comments on commit 86a7b14

Please sign in to comment.