From 56ac999468b97178e84ccb01813b28b811ab657e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrique=20Silv=C3=A9rio?= <29920212+HGSilveri@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:39:00 +0100 Subject: [PATCH] Revert "Support Python 3.13 (#786)" This reverts commit a343f665827459a6b5792692779489a38b82418b. --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 000c663e9..804cf235a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.13"] + python-version: ["3.9", "3.12"] with-torch: ["with-torch", "no-torch"] steps: - name: Check out Pulser diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c28f3fa6b..8ab3b5357 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,7 +68,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - name: Check out Pulser uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 527c202a5..68b4d1748 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: # Uses macos-13 for 3.9 and macos-latest for >=3.10 os: [ubuntu-latest, macos-13, macos-latest, windows-latest] with-torch: ["with-torch", "no-torch"] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12"] exclude: - os: macos-latest python-version: "3.9" @@ -29,8 +29,6 @@ jobs: python-version: "3.11" - os: macos-13 python-version: "3.12" - - os: macos-13 - python-version: "3.13" steps: - name: Check out Pulser uses: actions/checkout@v4