Removed python 3.7 from version matrix

This commit is contained in:
tankya2
2023-03-22 10:51:32 +08:00
parent 727e11f34a
commit 04c4190c98

View File

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