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 b20bc7b commit cf2086eCopy full SHA for cf2086e
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
max-parallel: 4
10
fail-fast: false
11
matrix:
12
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.7, 3.8, 3.9]
13
platform: [ubuntu-latest, macos-latest, windows-latest]
14
runs-on: ${{ matrix.platform }}
15
.github/workflows/upload_pypi.yml
@@ -11,7 +11,7 @@ jobs:
platform: [macos-latest, windows-latest] # No wheels on linux yet
16
17
0 commit comments