Skip to content

Commit

Permalink
Merge pull request #784 from lanl/python-3.12
Browse files Browse the repository at this point in the history
Update to Python <= 3.12
  • Loading branch information
pagrubel authored Feb 14, 2024
2 parents 228ec58 + 82a75de commit 113561b
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 113561b

Please sign in to comment.