Skip to content

Commit

Permalink
Use Python 3.9 for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Nov 13, 2024
1 parent 5a5c105 commit 6b9a094
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
matrix:
python-version: '3.9'
- name: Run Linters
run: |
hatch run typing:test
Expand Down

0 comments on commit 6b9a094

Please sign in to comment.