Skip to content

Commit 3718d5c

Browse files
committed
ci: Update workflows to py3.12
1 parent 6995471 commit 3718d5c

File tree

3 files changed

+43
-44
lines changed

3 files changed

+43
-44
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
python-version: [3.9, "3.10", "3.11"]
15+
python-version: [3.9, "3.10", "3.11", "3.12"]
1616
uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main
1717
with:
1818
os: ${{ matrix.os }}

.github/workflows/rules.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: [ubuntu-latest]
32-
python-version: [3.8, 3.9, "3.10", "3.11"]
32+
python-version: [3.9, "3.10", "3.11", "3.12"]
3333
uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@main
3434
with:
3535
os: ${{ matrix.os }}

poetry.lock

+41-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)