Skip to content

Commit faf3ffe

Browse files
authored
Merge pull request #141 from kube-HPC/fix_git_flow
main.yaml
2 parents dd54e13 + d074f7f commit faf3ffe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Python ${{ matrix.python-version }}
1919
strategy:
2020
matrix:
21-
python-version: [ "3.7", "3.8", "3.9", "3.10"]
21+
python-version: [ "3.8", "3.9", "3.10"]
2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:
2424
- uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup python
3737
uses: actions/setup-python@v2
3838
with:
39-
python-version: '3.7'
39+
python-version: '3.8'
4040
architecture: x64
4141
- run: ./tools/ci/coverage.sh
4242
env:
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup python
5353
uses: actions/setup-python@v2
5454
with:
55-
python-version: '3.7'
55+
python-version: '3.8'
5656
architecture: x64
5757
- run: ./tools/ci/github.sh
5858
env:

0 commit comments

Comments
 (0)