diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2f5544c..893be4c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,14 +10,14 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: [ubuntu-latest] numba: [true, false] exclude: - python-version: "3.11" - numba: true + numba: false - python-version: "3.12" - numba: true + numba: false fail-fast: false steps: