From a5e96df4e4221a561c5246f6be56d919b1380144 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Wed, 28 Feb 2024 10:46:57 +0100 Subject: [PATCH] ci: Extend workflows to py3.12 --- .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 1dd3d4a778..296254ee48 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [ 3.9, '3.10', '3.11'] + python-version: [ 3.9, '3.10', '3.11', '3.12'] uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main with: os: ${{ matrix.os }} diff --git a/.github/workflows/rules.yml b/.github/workflows/rules.yml index c2e168fe2f..bf060add1c 100644 --- a/.github/workflows/rules.yml +++ b/.github/workflows/rules.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [ 3.9, '3.10', '3.11'] + python-version: [ 3.9, '3.10', '3.11', '3.12'] uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@main with: os: ${{ matrix.os }}