Sfoglia il codice sorgente

update python version for lint job

Peter Bieringer 5 mesi fa
parent
commit
be848d1937
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -69,7 +69,7 @@ jobs:
       - uses: actions/checkout@v4
       - uses: actions/setup-python@v5
         with:
-          python-version: '3.12'
+          python-version: '3.13.0'
       - name: Install tox
         run: pip install tox
       - name: Lint