Skip to content

Commit

Permalink
Update code-check.yml
Browse files Browse the repository at this point in the history
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
  • Loading branch information
barbibulle authored Dec 18, 2024
1 parent ca7d2ca commit 4f5ee20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4f5ee20

Please sign in to comment.