diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index feacc11..7c15e93 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -47,14 +47,14 @@ jobs: test: name: Test - Python ${{ matrix.python-version }} (${{ matrix.os }}) runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.python-version == '3.13.0-alpha.1' }} + continue-on-error: ${{ matrix.python-version == '3.13' }} strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest, macos-13] python-version: ["3.12", "3.10", "3.11"] include: - os: macos-13 - python-version: "3.13.0-alpha.1" + python-version: "3.13" steps: