We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38a267 commit 73c9ae8Copy full SHA for 73c9ae8
.github/workflows/pytest.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- python-version: [ "3.7", "3.8", "3.9", "3.10" ] # scipy-1.11.1: Python version >= 3.9 required
+ python-version: ["3.8", "3.9", "3.10" ] # scipy-1.11.1: Python version >= 3.9 required
17
18
steps:
19
- uses: actions/checkout@v3
0 commit comments