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 5fd3d71 commit ae625aaCopy full SHA for ae625aa
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
max-parallel: 8
10
matrix:
11
os: [ubuntu-20.04, macos-10.15]
12
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
13
steps:
14
- uses: actions/checkout@v1
15
- name: Set up Python ${{ matrix.python-version }}
0 commit comments