Only test python 3.8 and 3.12

This commit is contained in:
Kevin Phoenix 2024-07-04 16:36:27 -07:00
parent 7891cbe5b5
commit 2b3383d0f6

View File

@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-2022, macOS-14]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.12"]
bindings: [python, cython]
steps: