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 9e26024 commit 38c891fCopy full SHA for 38c891f
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
max-parallel: 4
10
fail-fast: false
11
matrix:
12
- python-version: [3.7, 3.8, 3.9]
+ python-version: [3.8, 3.9, 3.10]
13
platform: [ubuntu-latest, macos-latest, windows-latest]
14
runs-on: ${{ matrix.platform }}
15
0 commit comments