mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
test.yml -> use py310 and py312 and not py311
This commit is contained in:
parent
01691bcb4e
commit
ae5448e109
1 changed files with 4 additions and 2 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -9,7 +9,8 @@ jobs:
|
|||
matrix:
|
||||
python-version: [
|
||||
"3.10",
|
||||
"3.11"
|
||||
# "3.11",
|
||||
"3.12",
|
||||
]
|
||||
os: [macos-13, ubuntu-latest, windows-latest]
|
||||
|
||||
|
|
@ -29,7 +30,8 @@ jobs:
|
|||
matrix:
|
||||
python-version: [
|
||||
"3.10",
|
||||
#"3.11"
|
||||
#"3.11",
|
||||
#"3.12"
|
||||
]
|
||||
os: [macos-14]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue