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 d0828bbCopy full SHA for d0828bb
.github/workflows/ci.yml
@@ -9,12 +9,8 @@ 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
steps:
19
- uses: actions/checkout@v3
20
- name: Setup python
0 commit comments