ci: include py 3.13
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/rules.yml
vendored
2
.github/workflows/rules.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user