set python-version to 3.12.4
Some checks failed
test / test (pull_request) Failing after 5s

This commit is contained in:
Dan Anglin 2024-08-02 09:09:07 +01:00
parent 1cc3452e16
commit ae1c929a7e
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -17,6 +17,6 @@ jobs:
- name: Install Python 3
uses: https://code.forgejo.org/actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.12.4'
- name: Test Code
run: python tests.py