Skip to content

Commit 3d9e29e

Browse files
chore(deps): update python docker tag to v3.14.0
1 parent 3d132c9 commit 3d9e29e

File tree

5 files changed

+9
-172
lines changed

5 files changed

+9
-172
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.5
1+
3.14.0

docker/noneflow.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 这样能分别控制 uv 和 Python 版本
2-
FROM python:3.13.5-slim
2+
FROM python:3.14.0-slim
33
COPY --from=ghcr.io/astral-sh/uv:0.9.11 /uv /bin/uv
44

55
# 设置时区

docker/nonetest.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 这样能分别控制 uv 和 Python 版本
2-
FROM python:3.13.5-slim
2+
FROM python:3.14.0-slim
33
COPY --from=ghcr.io/astral-sh/uv:0.9.11 /uv /bin/uv
44

55
WORKDIR /app

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Manage publish related issues in nonebot2 project"
55
authors = [{ name = "uy_sun", email = "[email protected]" }]
66
readme = "README.md"
77
license = { file = "LICENSE" }
8-
requires-python = ">=3.13.5"
8+
requires-python = ">=3.14.0"
99
dependencies = [
1010
"click>=8.2.1",
1111
"docker>=7.1.0",

0 commit comments

Comments
 (0)