We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8790f77 commit 46d5503Copy full SHA for 46d5503
1 file changed
.github/workflows/test_macos.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ${{ matrix.os }}
32
strategy:
33
matrix:
34
- python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
+ python-version: ['3.9', '3.10', '3.11', '3.12']
35
os: [macos-latest]
36
37
steps:
0 commit comments