Update code-check.yml

Hot fix because 3.13.1 somehow breaks the current version of pylint. Will revert to 3.13 without pining to 3.13.0 when pylint is fixed
This commit is contained in:
Gilles Boccon-Gibod
2024-12-18 11:36:08 -05:00
committed by GitHub
parent ca7d2ca4df
commit 4f5ee204d2

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0"]
fail-fast: false
steps: