Skip to content

Commit

Permalink
chore(deps): update supported python version matrix (#184)
Browse files Browse the repository at this point in the history
Because

- Ray does not support python version `3.12`
- Some dependencies does not work on python version `3.8`

This commit

- update supported python version matrix
  • Loading branch information
heiruwu authored Jul 29, 2024
1 parent c0fe1ba commit 8b4e61a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
44 changes: 3 additions & 41 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [

[tool.poetry.dependencies]

python = ">=3.8,<3.13"
python = ">=3.9,<3.12"
grpcio = "^1.59.0"
pyyaml = "^6.0.1"
numpy = "^1.21.0"
Expand Down

0 comments on commit 8b4e61a

Please sign in to comment.