We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aed920 commit f9309b0Copy full SHA for f9309b0
Dockerfile
@@ -1,7 +1,7 @@
1
-ARG python_version=3.12-slim
+ARG python_version=3.14-slim
2
3
FROM python:$python_version AS builder
4
-COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.9 /uv /bin/
5
6
ENV UV_COMPILE_BYTECODE=1 \
7
UV_LINK_MODE=copy
pyproject.toml
@@ -2,7 +2,7 @@
authors = [
{name = "Python Discord", email = "[email protected]"},
]
-requires-python = "==3.12.*"
+requires-python = "==3.14.*"
dependencies = [
"pydis-core[all]==11.5.1",
8
"arrow==1.3.0",
0 commit comments