We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ad048c + 7828188 commit a53b113Copy full SHA for a53b113
.github/workflows/ai-agent.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Python
19
uses: actions/setup-python@v6
20
with:
21
- python-version: '3.13'
+ python-version: '3.14'
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13-slim
+FROM python:3.14-slim
2
3
WORKDIR /app
4
action.yaml
@@ -32,7 +32,7 @@ runs:
32
33
34
35
36
37
38
0 commit comments