ci: include py 3.13

This commit is contained in:
MatteoRobbiati
2025-04-22 11:06:23 +02:00
parent 3b8a978a4c
commit 52c5a5d5fc
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] 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 uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@v1
with: with:
os: ${{ matrix.os }} os: ${{ matrix.os }}

View File

@@ -29,7 +29,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] 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 uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@v1
with: with:
os: ${{ matrix.os }} os: ${{ matrix.os }}