diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a300241..46330c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,14 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: + os: [ubuntu-latest] python-version: ["3.10", "3.12", "3.14"] + include: + - os: windows-latest + python-version: "3.14" steps: - uses: actions/checkout@v6