Skip to content

Commit 7b0494c

Browse files
committed
bump python version
1 parent 9fea61e commit 7b0494c

File tree

5 files changed

+110
-78
lines changed

5 files changed

+110
-78
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11
1+
3.13

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG APP_VERSION
44

5-
FROM ghcr.io/astral-sh/uv:python3.11-bookworm-slim AS compile-image
5+
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim AS compile-image
66

77
ARG APP_VERSION
88

@@ -14,7 +14,7 @@ COPY . .
1414

1515
RUN ./init.sh
1616

17-
FROM python:3.11-slim AS build-image
17+
FROM python:3.13-slim AS build-image
1818

1919
ARG APP_VERSION
2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Data are stored in an embedded SQLite3 database file.
66

77
## Deployment guide
88

9-
This Discord bot is developed with Python 3.11. Use the same Python version to ensure maximum compatibility.
9+
This Discord bot is developed with Python 3.13. Use the same Python version to ensure maximum compatibility.
1010

1111
1. Download the whole source code using `git clone`.
1212

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "my-discord-bot"
3-
version = "4.2.1"
3+
version = "5.0.0"
44
description = "Discord Bot by Reguna"
55
readme = "README.md"
6-
requires-python = ">=3.11"
6+
requires-python = ">=3.13"
77
dependencies = [
88
"aiohttp==3.*",
99
"aiosqlite==0.*",

0 commit comments

Comments
 (0)