Skip to content

Commit

Permalink
Use Python 3.12 in Linting Env (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Oct 8, 2024
1 parent 6766467 commit 12df2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11"] # https://github.com/Hochfrequenz/ebdtable2graph/issues/169
python-version: ["3.12"]
os: [ubuntu-latest]
linter-env: ["linting", "type_check"]
steps:
Expand Down

0 comments on commit 12df2a5

Please sign in to comment.