We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2dc1f commit 6aaa745Copy full SHA for 6aaa745
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: ['ubuntu-latest', 'macos-13', 'windows-latest']
10
- python-version: ["3.7", "3.11"]
+ python-version: ["3.8", "3.11"]
11
runs-on: ${{ matrix.os }}
12
steps:
13
- uses: actions/checkout@v3
0 commit comments