diff --git a/.github/workflows/cron-run-tests.yaml b/.github/workflows/cron-run-tests.yaml index 367267079c2..786b711d6d5 100644 --- a/.github/workflows/cron-run-tests.yaml +++ b/.github/workflows/cron-run-tests.yaml @@ -49,6 +49,8 @@ jobs: test-packages: "pytest scipy" - python: 3.12 test-packages: "pytest scipy" + - python: 3.13 + test-packages: "pytest scipy" steps: - name: Cancel Previous Runs