mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -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
3
.github/workflows/mypy.yml
vendored
3
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue