diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 6d389c57d..d8ce41b7a 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -36,7 +36,8 @@ jobs: matrix: # various modules aren't available on macos-13 and higher os: ["ubuntu-latest", "windows-latest", "macos-12"] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + # TODO: unpin 3.12 and 3.13 micro versions once https://github.com/actions/setup-python/issues/886 is resolved + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.3", "3.13.0-beta.1"] fail-fast: false steps: diff --git a/.github/workflows/stubtest_stdlib.yml b/.github/workflows/stubtest_stdlib.yml index c094f8c0f..12dbd5402 100644 --- a/.github/workflows/stubtest_stdlib.yml +++ b/.github/workflows/stubtest_stdlib.yml @@ -32,7 +32,8 @@ jobs: matrix: # various modules aren't available on macos-13 and higher os: ["ubuntu-latest", "windows-latest", "macos-12"] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + # TODO: unpin 3.12 and 3.13 micro versions once https://github.com/actions/setup-python/issues/886 is resolved + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.3", "3.13.0-beta.1"] fail-fast: false steps: