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

This commit is contained in:
continuist 2025-03-29 22:36:27 -04:00
parent 3cffd619ed
commit 30707bd0b6
2 changed files with 3 additions and 3 deletions

View file

@ -15,8 +15,8 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
# with: with:
# python-version: '3.12.9' python-version: '3.12.3'
- name: Install dependencies - name: Install dependencies
run: | run: |

View file

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