Skip to content

Commit

Permalink
feat: support python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
AstreaTSS committed Oct 15, 2024
1 parent 280099f commit 1751202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.13-alpine

RUN apk add gcc bash musl-dev git libffi-dev npm curl
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ orjson==3.10.7; implementation_name == "cpython"
rapidfuzz==3.10.0
sentry-sdk==2.16.0
apollo-d20[numpy]==1.2.1
uvloop==0.20.0; platform_system == "Linux" and implementation_name == "cpython"
uvloop==0.21.0; platform_system == "Linux" and implementation_name == "cpython"

0 comments on commit 1751202

Please sign in to comment.