Skip to content

Commit

Permalink
update python dependency (#1964)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Bordash <mbordash@onica.com>
  • Loading branch information
mbordash2 and Michael Bordash committed Jul 21, 2023
1 parent 30d0bc9 commit fc8e77d
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 @@ -29,7 +29,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.8, <3.12"
python = ">=3.8, <4"

# dependencies needed for building docs are included here.
# they are marked as "optional" and are installed as the extra "docs".
Expand Down

0 comments on commit fc8e77d

Please sign in to comment.