We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271f0a0 commit 5f3c209Copy full SHA for 5f3c209
.github/workflows/ci.yml
@@ -9,12 +9,14 @@ jobs:
9
name: Python ${{ matrix.python }} tests
10
strategy:
11
matrix:
12
- python: [3.7, 3.8, 3.9]
+ python: [3.8, 3.9]
13
os: [ubuntu-latest]
14
include:
15
# Python 3.6 is not included in ubuntu latest (currently 22)
16
- python: 3.6
17
os: ubuntu-20.04
18
+ - python: 3.7
19
+ os: ubuntu-20.04
20
steps:
21
- uses: actions/checkout@v3
22
- name: Setup python
0 commit comments