Merge pull request 'Update dependency python to v3.14.0' (#18) from renovate/python-3.x into dev

Reviewed-on: #18
This commit is contained in:
wirehack7 2025-11-24 09:43:48 +01:00
commit c3dd3fa7b0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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