diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index 4304166b3..888eb1e7d 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13-rc'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] numpy-version: ['>=1.21,<2.0', '>=2.0'] exclude: - python-version: '3.9' # numpy>=2.0 requires Python>=3.9