Compare commits

..

1 Commits

Author SHA1 Message Date
27c22cf53c
Update python Docker tag to v3.13.7 2025-08-16 00:09:48 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.14'
python-version: '3.13'
- name: Install dependencies
run: |

View File

@ -1,4 +1,4 @@
FROM python:3.14.0-slim
FROM python:3.13.7-slim
WORKDIR /app