diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 804cf235a..000c663e9 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.12"] + python-version: ["3.9", "3.13"] with-torch: ["with-torch", "no-torch"] steps: - name: Check out Pulser diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8ab3b5357..c28f3fa6b 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"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - name: Check out Pulser uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68b4d1748..527c202a5 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"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] exclude: - os: macos-latest python-version: "3.9" @@ -29,6 +29,8 @@ 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