Skip to content

Commit

Permalink
Merge pull request #301 from neutrinoceros/typ/typecheck_on_every_python
Browse files Browse the repository at this point in the history
TYP: typecheck against every supported Python version
  • Loading branch information
neutrinoceros authored Apr 4, 2024
2 parents 799b56b + f682d5b commit 3772264
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'

runs-on: ubuntu-latest
Expand Down

0 comments on commit 3772264

Please sign in to comment.