Skip to content

Commit f9309b0

Browse files
committed
Upgrade Python to 3.14
1 parent 7aed920 commit f9309b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG python_version=3.12-slim
1+
ARG python_version=3.14-slim
22

33
FROM python:$python_version AS builder
4-
COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /bin/
4+
COPY --from=ghcr.io/astral-sh/uv:0.9 /uv /bin/
55

66
ENV UV_COMPILE_BYTECODE=1 \
77
UV_LINK_MODE=copy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = [
33
{name = "Python Discord", email = "[email protected]"},
44
]
5-
requires-python = "==3.12.*"
5+
requires-python = "==3.14.*"
66
dependencies = [
77
"pydis-core[all]==11.5.1",
88
"arrow==1.3.0",

0 commit comments

Comments
 (0)