Skip to content

Commit b2c8905

Browse files
committed
Force mypy Github action to Py 3.13
1 parent 1772639 commit b2c8905

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ jobs:
3232
run: |
3333
pytest
3434
- name: Mypy Check
35-
uses: jpetrucciani/[email protected]
35+
uses: jpetrucciani/mypy-check@master
36+
with:
37+
python_version: "3.13"
38+
requirements: ". .[dev]"

0 commit comments

Comments
 (0)