diff --git a/.github/workflows/test_simple.yaml b/.github/workflows/test_simple.yaml index 6e9bf5c..2adb4eb 100644 --- a/.github/workflows/test_simple.yaml +++ b/.github/workflows/test_simple.yaml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: ["windows-latest", "ubuntu-latest", "macos-13"] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}