From d0ff48fe8d5fc9f12eab9eaa9e8e4ac37b18bc79 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Thu, 30 Oct 2025 20:25:45 +0000 Subject: Upgrade to Python 3.14 --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 201159919..0a92d85b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG python_version=3.13-slim +ARG python_version=3.14-slim FROM python:$python_version AS builder COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /bin/ diff --git a/pyproject.toml b/pyproject.toml index b37ed7581..0dada11dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = [ {name = "Python Discord", email = "info@pythondiscord.com"}, ] license = {text = "MIT"} -requires-python = "==3.13.*" +requires-python = "==3.14.*" dependencies = [ "pydis-core[all]==11.8.0", "aiohttp==3.12.14", -- cgit v1.2.3