We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ea127 commit 3d0889dCopy full SHA for 3d0889d
.github/workflows/pytest.yml
@@ -10,7 +10,7 @@ jobs:
10
pyTestCov:
11
strategy:
12
matrix:
13
- python-version: ['3.10', '3.11', '3.12']
+ python-version: ['3.11', '3.12']
14
runs-on: ubuntu-latest
15
env:
16
PYTHON_VERSION: ${{ matrix.python-version }}
0 commit comments