From 17b44146ca612e53eb21998219bbf8e86c0ca89e Mon Sep 17 00:00:00 2001 From: Aki Van Ness Date: Sun, 29 Sep 2024 23:35:09 -0700 Subject: [PATCH] ci: fixed partial update of last commit --- .github/workflows/pr.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index fd22b91c..46b5923f 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -71,7 +71,7 @@ jobs: - name: 'Run Tests' timeout-minutes: 60 # Python 3.12 and 3.13 seem to just hang on testing ~sometimes~ - continue-on-error: ${{ matrix.python-version == '3.12' || matrix.python-version == '3.13.0-alpha.6' }} + continue-on-error: ${{ matrix.python-version == '3.12' || matrix.python-version == '3.13.0-rc.2' }} shell: bash run: | nox -s test diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 68932cb7..18d04908 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -46,7 +46,7 @@ jobs: - name: 'Run Tests' shell: bash timeout-minutes: 60 # Python 3.12 and 3.13 seem to just hang on testing ~sometimes~ - continue-on-error: ${{ matrix.python-version == '3.12' || matrix.python-version == '3.13.0-alpha.6' }} + continue-on-error: ${{ matrix.python-version == '3.12' || matrix.python-version == '3.13.0-rc.2' }} run: | nox -s test -- --coverage