We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21de67 commit e3417feCopy full SHA for e3417fe
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.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
35
os: [macos-latest]
36
37
steps:
0 commit comments