From 4bd3060eb8e14447f08dda34d32892ca44931f01 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 15 Feb 2026 19:33:46 -0500 Subject: [PATCH] build(deps): bump python to 3.13 --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1cdaed..c55aeb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Set up Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: "3.12" + python-version: "3.13" - name: Install Python Dependencies run: | diff --git a/Dockerfile b/Dockerfile index e339529..efc0df7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # artifacts: false # platforms: linux/amd64 -FROM python:3.12-slim-bookworm +FROM python:3.13-slim-bookworm # CI args ARG BRANCH diff --git a/pyproject.toml b/pyproject.toml index fa11018..b99a00f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "support-bot" dynamic = ["version"] description = "Support bot written in python to help manage LizardByte communities" readme = "README.md" -requires-python = ">=3.12" +requires-python = ">=3.13" license = {text = "AGPL-3.0-only"} authors = [ {name = "LizardByte", email = "lizardbyte@users.noreply.github.com"} @@ -17,7 +17,7 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = [