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 7d8f1cf commit 81b906bCopy full SHA for 81b906b
.github/workflows/test.yml
@@ -15,16 +15,10 @@ jobs:
15
strategy:
16
matrix:
17
python-version:
18
- - 3.6
19
- - 3.7
20
- 3.8
21
- 3.9
22
include:
23
- os: "ubuntu-latest"
24
- # There is no build for Python 3.6 in ubuntu>20.04.
25
- # This unclude can be removed when we drop support for Python 3.6.
26
- - os: "ubuntu-20.04"
27
- python-version: "3.6"
28
steps:
29
- uses: actions/checkout@v2
30
with:
0 commit comments