ci: Extend tests to 3.11

This commit is contained in:
Alessandro Candido
2024-02-16 10:36:00 +01:00
parent 5962c0c0da
commit fa59ec81b5

View File

@@ -15,7 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
python-version: [3.8, 3.9, "3.10"] python-version: [3.8, 3.9, "3.10", "3.11"]
uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@main uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@main
with: with:
os: ${{ matrix.os }} os: ${{ matrix.os }}