ci: rm python 3.9 and 3.10 from workflows
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
python-version: [3.9, "3.10", "3.11", "3.12"]
|
python-version: ["3.11", "3.12"]
|
||||||
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 }}
|
||||||
|
|||||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
needs: [evaluate-label]
|
needs: [evaluate-label]
|
||||||
uses: qiboteam/workflows/.github/workflows/deploy-ghpages-latest-stable.yml@v1
|
uses: qiboteam/workflows/.github/workflows/deploy-ghpages-latest-stable.yml@v1
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.11"
|
||||||
package-manager: "poetry"
|
package-manager: "poetry"
|
||||||
dependency-path: "**/poetry.lock"
|
dependency-path: "**/poetry.lock"
|
||||||
trigger-label: "${{needs.evaluate-label.outputs.label}}"
|
trigger-label: "${{needs.evaluate-label.outputs.label}}"
|
||||||
|
|||||||
2
.github/workflows/rules.yml
vendored
2
.github/workflows/rules.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
python-version: [3.9, "3.10", "3.11", "3.12"]
|
python-version: ["3.11", "3.12"]
|
||||||
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user