test.yml -> use py310 and py312 and not py311

This commit is contained in:
jdegenstein 2024-11-20 08:10:24 -06:00 committed by GitHub
parent 01691bcb4e
commit ae5448e109
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]