Skip to content

Commit

Permalink
Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Nov 13, 2023
1 parent 59a0a11 commit 3c47c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version:
- '3'
- '3.11' # fix to 3.11, as dagster does not support 3.12 for now
- '3.8' # used by some NVBW infrastructure
steps:
- name: checkout
Expand Down

0 comments on commit 3c47c29

Please sign in to comment.