ci: rm python 3.9 and 3.10 from workflows

This commit is contained in:
MatteoRobbiati
2025-04-10 16:28:38 +02:00
parent 9a60bf4acb
commit 95092dd4da
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
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
with:
os: ${{ matrix.os }}