We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcf42c commit 591f7c3Copy full SHA for 591f7c3
.github/workflows/python-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Python
27
uses: actions/setup-python@v6
28
with:
29
- python-version: '3.13'
+ python-version: '3.14'
30
31
# 缓存 Poetry 依赖
32
- name: Cache Poetry dependencies
Dockerfile
@@ -1,6 +1,6 @@
1
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
2
# Start with the official Python image
3
-FROM python:3.13-slim as base
+FROM python:3.14-slim as base
4
5
# Set environment variables
6
ENV WECOM_WEBHOOK_URL="your WeCom bot webhook URL"
0 commit comments