From 750bd68a19b38dc4754db892e0f50356a532e422 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 14 Dec 2023 16:52:55 -0500 Subject: [PATCH] ci: move 3.13 to upstream Signed-off-by: Henry Schreiner --- .github/workflows/ci.yml | 2 -- .github/workflows/upstream.yml | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 384e38587a4..e55c852ee0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,6 @@ jobs: - '3.10' - '3.11' - '3.12' - - '3.13' - 'pypy-3.8' - 'pypy-3.9' - 'pypy-3.10' @@ -76,7 +75,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - allow-prereleases: true - name: Setup Boost (Linux) # Can't use boost + define _ diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 356f472bc15..14f3a9f76e0 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -27,10 +27,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup Python 3.12 + - name: Setup Python 3.13 uses: actions/setup-python@v5 with: - python-version: "3.12-dev" + python-version: "3.13" + allow-prereleases: true - name: Setup Boost run: sudo apt-get install libboost-dev