Update build matrix for tests

This commit is contained in:
Matthew Honnibal 2025-11-05 10:26:48 +01:00
parent 68bf84ec5c
commit d01a180a7f

View File

@ -59,7 +59,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ["3.9", "3.12", "3.13"]
python_version: ["3.10", "3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}