Skip to content

Commit

Permalink
Upgrade acceptable versions of python to >= 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pagrubel committed Nov 25, 2024
1 parent 53f8cb7 commit 33376e7
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 @@ -49,7 +49,7 @@ beecloud = 'beeflow.cloud_launcher:main'
[tool.poetry.dependencies]

# Python version (>=3.8.3, <=3.12.2)
python = ">=3.8.3,<=3.12.2"
python = ">=3.8.3,<=3.14.0"

# Package dependencies
Flask = { version = "^2.0" }
Expand Down

0 comments on commit 33376e7

Please sign in to comment.