Merge pull request #2467 from Stirling-Tools/Frooodle-patch-2

update python version used in pre commits
This commit is contained in:
Anthony Stirling 2024-12-16 21:21:01 +00:00 committed by GitHub
commit 6c172af3c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.7" python-version: "3.12"
- name: Pip requirements - name: Pip requirements
run: | run: |