dev #24

Merged
wirehack7 merged 10 commits from dev into main 2025-12-11 09:41:20 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c3dd3fa7b0 - Show all commits

View File

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

View File

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