Skip to content

Commit

Permalink
added python 3.12 to mypy.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 authored Oct 3, 2023
1 parent 2a97af8 commit 6d5ceec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
mypy-test:
strategy:
matrix:
python-version: [3.11]
python-version: [3.12]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6d5ceec

Please sign in to comment.