Skip to content
Open
Show file tree
Hide file tree
Changes from all 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 .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14.2
3.14.3
2 changes: 1 addition & 1 deletion docker/noneflow.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 这样能分别控制 uv 和 Python 版本
FROM python:3.14.2-slim
FROM python:3.14.3-slim
COPY --from=ghcr.io/astral-sh/uv:0.9.26 /uv /bin/uv

# 设置时区
Expand Down
2 changes: 1 addition & 1 deletion docker/nonetest.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 这样能分别控制 uv 和 Python 版本
FROM python:3.14.2-slim
FROM python:3.14.3-slim
COPY --from=ghcr.io/astral-sh/uv:0.9.26 /uv /bin/uv

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Manage publish related issues in nonebot2 project"
authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }]
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.14.2"
requires-python = ">=3.14.3"
dependencies = [
"click>=8.3.1",
"docker>=7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading