We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8132f7 commit 6c5c9d5Copy full SHA for 6c5c9d5
.github/workflows/pythonpackage.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.6, 3.7]
16
steps:
17
- uses: goanpeca/setup-miniconda@v1
18
with:
0 commit comments