File tree Expand file tree Collapse file tree 5 files changed +110
-78
lines changed
Expand file tree Collapse file tree 5 files changed +110
-78
lines changed Original file line number Diff line number Diff line change 1- 3.11
1+ 3.13
Original file line number Diff line number Diff line change 22
33ARG 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
77ARG APP_VERSION
88
@@ -14,7 +14,7 @@ COPY . .
1414
1515RUN ./init.sh
1616
17- FROM python:3.11 -slim AS build-image
17+ FROM python:3.13 -slim AS build-image
1818
1919ARG APP_VERSION
2020
Original file line number Diff line number Diff 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
11111 . Download the whole source code using ` git clone ` .
1212
Original file line number Diff line number Diff line change 11[project ]
22name = " my-discord-bot"
3- version = " 4.2.1 "
3+ version = " 5.0.0 "
44description = " Discord Bot by Reguna"
55readme = " README.md"
6- requires-python = " >=3.11 "
6+ requires-python = " >=3.13 "
77dependencies = [
88 " aiohttp==3.*" ,
99 " aiosqlite==0.*" ,
You can’t perform that action at this time.
0 commit comments