Removed python 3.7 from version matrix
This commit is contained in:
2
.github/workflows/rules.yml
vendored
2
.github/workflows/rules.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user