mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
mypy.yml -> use py310 and py311
mypy is not in active use, but still keeping this up to date
This commit is contained in:
parent
a61912fbe3
commit
1022b88ca9
1 changed files with 2 additions and 3 deletions
5
.github/workflows/mypy.yml
vendored
5
.github/workflows/mypy.yml
vendored
|
|
@ -7,9 +7,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [
|
||||
"3.9",
|
||||
"3.10",
|
||||
#"3.11"
|
||||
"3.11"
|
||||
]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -21,4 +20,4 @@ jobs:
|
|||
|
||||
- name: typecheck
|
||||
run: |
|
||||
mypy --config-file mypy.ini src/build123d
|
||||
mypy --config-file mypy.ini src/build123d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue