diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2315f1f..96110ae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: # needs quotes so that float 3.10 does not get interpreted as 3.1 - python-version: [ '3.10' ] + python-version: [ '3.10', '3.11', '3.12', '3.13' ] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}