Skip to content

Commit

Permalink
Update to python 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Nov 16, 2024
1 parent f3cfdc6 commit 829506e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 36 deletions.
77 changes: 42 additions & 35 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 @@ -33,7 +33,7 @@ chen = 'chenpy.cli:main'
python = ">=3.10,<3.14"
httpx = "^0.27.2"
websockets = "^14.1"
uvloop = {version = "^0.17.0", markers = "sys_platform == 'linux' or sys_platform == 'darwin'", optional = true}
uvloop = {version = "^0.21.0", markers = "sys_platform == 'linux' or sys_platform == 'darwin'", optional = true}
orjson = "^3.10.11"
rich = "^13.9.4"
oras = "0.1.26"
Expand Down

0 comments on commit 829506e

Please sign in to comment.