Skip to content

Commit

Permalink
mypy.yml -> use py310 and py312 and not py311
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Nov 20, 2024
1 parent e772388 commit 01691bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
matrix:
python-version: [
"3.10",
"3.11"
# "3.11",
"3.12"
]

runs-on: ubuntu-latest
Expand Down

0 comments on commit 01691bc

Please sign in to comment.