Use Python 3.12 to be able to use match structure.

This commit is contained in:
Benoit Marty
2024-05-13 12:08:05 +02:00
parent c64ead11c8
commit df541f6ac1
4 changed files with 8 additions and 8 deletions

View File

@@ -26,10 +26,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12
- name: Search for invalid screenshot files
run: ./tools/test/checkInvalidScreenshots.py