update python version
Some checks failed
Pipeline main branch / test (push) Failing after 5s

This commit is contained in:
continuist 2025-03-29 22:19:16 -04:00
parent 1ffd42dec0
commit a318f0353b
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: '3.12' python-version: 3.12.9
- name: Install dependencies - name: Install dependencies
run: | run: |

View file

@ -1,4 +1,4 @@
FROM python:3.12 FROM python:3.12.9
WORKDIR /app WORKDIR /app