Skip to content

Commit 49834ad

Browse files
committed
Removing python 3.7 from ci matrix
1 parent 271f0a0 commit 49834ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ 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)
16-
- python: 3.6
16+
- python: [3.6, 3.7]
1717
os: ubuntu-20.04
1818
steps:
1919
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)