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 }}