Skip to content

Commit

Permalink
run mypy on job on 3.8 & 3.12 for now
Browse files Browse the repository at this point in the history
The 3.13 job seems to have started failing, not sure why: https://github.com/PyCQA/flake8-pyi/actions/runs/10469760712/job/28993477108?pr=497
  • Loading branch information
AlexWaygood authored Aug 20, 2024
1 parent f99a1b1 commit 7a523f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
python-version: ["3.8", "3.13"]
python-version: ["3.8", "3.12"]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7a523f1

Please sign in to comment.