diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72562801453..444a6b494f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,7 +201,7 @@ jobs: name: Pytest Ubuntu with NumPy-2 strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12', '3.13'] runs-on: ubuntu-20.04 steps: - name: Check out source repository