From 52c5a5d5fc690b7e42031b37b49bcbb8f70e362c Mon Sep 17 00:00:00 2001 From: MatteoRobbiati Date: Tue, 22 Apr 2025 11:06:23 +0200 Subject: [PATCH] ci: include py 3.13 --- .github/workflows/deploy.yml | 2 +- .github/workflows/rules.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3f7a2dc..74609a8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ["3.11", "3.12"] + python-version: ["3.11", "3.12", "3.13"] uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@v1 with: os: ${{ matrix.os }} diff --git a/.github/workflows/rules.yml b/.github/workflows/rules.yml index 9f1c4e9..d93c231 100644 --- a/.github/workflows/rules.yml +++ b/.github/workflows/rules.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ["3.11", "3.12"] + python-version: ["3.11", "3.12", "3.13"] uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@v1 with: os: ${{ matrix.os }}