Skip to content

Commit 58465ea

Browse files
committed
remove 3.7
1 parent 756317e commit 58465ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
name: Run unit tests with codecov upload
66
runs-on: ${{ matrix.os }}
77
env:
8-
USING_COVERAGE: '3.7'
8+
USING_COVERAGE: '3.8'
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
python-version: [3.7, 3.8, 3.9, "3.10"]
12+
python-version: [3.8, 3.9, "3.10"]
1313
steps:
1414
- uses: actions/checkout@master
1515

.github/workflows/unittests_codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
name: Run unit tests with codecov upload
1515
runs-on: ${{ matrix.os }}
1616
env:
17-
USING_COVERAGE: '3.7'
17+
USING_COVERAGE: '3.8'
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest, macos-latest, windows-latest]
21-
python-version: [3.7, 3.8, 3.9, "3.10"]
21+
python-version: [3.8, 3.9, "3.10"]
2222
steps:
2323
- uses: actions/checkout@master
2424

0 commit comments

Comments
 (0)