Python 3.13 + add nginx reverse-proxy
lint / docker (push) Successful in 14m2s

This commit is contained in:
2025-03-07 22:24:27 +01:00
parent 8ef9bbde06
commit da50051a3f
4 changed files with 53 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.13'
cache: 'pip' # caching pip dependencies
- run: pip install ruff
- run: |