We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3a452 commit a727b81Copy full SHA for a727b81
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
platform: ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04']
17
- python: ['3.6', '3.7', '3.8' '3.9']
+ python: ['2.7', '3.6', '3.7', '3.8', '3.9']
18
19
steps:
20
- uses: actions/checkout@v2
0 commit comments