diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index f746018..ca65bd1 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04, macOS-14, windows-2022 ] - python-version: [ "3.11" ] + python-version: [ "3.10","3.11","3.12" ] steps: - name: Checkout @@ -29,7 +29,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - + - name: Disable Numba JIT run: echo "NUMBA_DISABLE_JIT=1" >> $GITHUB_ENV @@ -44,4 +44,4 @@ jobs: run: python -m pip list - name: Run tests - run: python -m pytest -n logical \ No newline at end of file + run: python -m pytest -n logical