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.
2 parents dd54e13 + d074f7f commit faf3ffeCopy full SHA for faf3ffe
.github/workflows/main.yaml
@@ -18,7 +18,7 @@ jobs:
18
name: Python ${{ matrix.python-version }}
19
strategy:
20
matrix:
21
- python-version: [ "3.7", "3.8", "3.9", "3.10"]
+ python-version: [ "3.8", "3.9", "3.10"]
22
# Steps represent a sequence of tasks that will be executed as part of the job
23
steps:
24
- uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup python
37
uses: actions/setup-python@v2
38
with:
39
- python-version: '3.7'
+ python-version: '3.8'
40
architecture: x64
41
- run: ./tools/ci/coverage.sh
42
env:
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
- run: ./tools/ci/github.sh
58
0 commit comments