Skip to content

Commit

Permalink
Update to Python <= 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jtronge committed Feb 14, 2024
1 parent 3e03f5e commit 82a75de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ beeflow = 'beeflow.client.bee_client:main'
beecloud = 'beeflow.cloud_launcher:main'

[tool.poetry.dependencies]
# Python version (>=3.8.3, <3.11)
python = ">=3.8.3,<=3.11"
# Python version (>=3.8.3, <=3.12.2)
python = ">=3.8.3,<=3.12.2"

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

0 comments on commit 82a75de

Please sign in to comment.