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 271f0a0 commit 49834adCopy full SHA for 49834ad
.github/workflows/ci.yml
@@ -9,11 +9,11 @@ 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
+ - python: [3.6, 3.7]
17
os: ubuntu-20.04
18
steps:
19
- uses: actions/checkout@v3
0 commit comments