Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG python_version=3.12-slim
ARG python_version=3.13-slim

FROM python:$python_version AS builder
COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /bin/
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [
{name = "Python Discord", email = "info@pythondiscord.com"},
]
license = {text = "MIT"}
requires-python = "==3.12.*"
requires-python = "==3.13.*"
dependencies = [
"pydis-core[all]==11.6.1",
"aiohttp==3.12.14",
Expand Down Expand Up @@ -65,7 +65,7 @@ source_pkgs = ["bot"]
source = ["tests"]

[tool.ruff]
target-version = "py312"
target-version = "py313"
extend-exclude = [".cache"]
line-length = 120
output-format = "concise"
Expand Down
Loading