Skip to content

Commit 591f7c3

Browse files
chore(deps): update dependency python
1 parent edcf42c commit 591f7c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v6
2828
with:
29-
python-version: '3.13'
29+
python-version: '3.14'
3030

3131
# 缓存 Poetry 依赖
3232
- name: Cache Poetry dependencies

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
22
# Start with the official Python image
3-
FROM python:3.13-slim as base
3+
FROM python:3.14-slim as base
44

55
# Set environment variables
66
ENV WECOM_WEBHOOK_URL="your WeCom bot webhook URL"

0 commit comments

Comments
 (0)