Skip to content

Commit 5f3c209

Browse files
committed
Removing python 3.7 from ci matrix
1 parent 271f0a0 commit 5f3c209

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ jobs:
99
name: Python ${{ matrix.python }} tests
1010
strategy:
1111
matrix:
12-
python: [3.7, 3.8, 3.9]
12+
python: [3.8, 3.9]
1313
os: [ubuntu-latest]
1414
include:
1515
# Python 3.6 is not included in ubuntu latest (currently 22)
1616
- python: 3.6
1717
os: ubuntu-20.04
18+
- python: 3.7
19+
os: ubuntu-20.04
1820
steps:
1921
- uses: actions/checkout@v3
2022
- name: Setup python

0 commit comments

Comments
 (0)