Skip to content

Commit 8b3db46

Browse files
committed
Removing python 3.7 from ci matrix
1 parent 271f0a0 commit 8b3db46

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ 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', '3.10', '3.11', '3.12', '3.13']
1313
os: [ubuntu-latest]
14-
include:
15-
# Python 3.6 is not included in ubuntu latest (currently 22)
16-
- python: 3.6
17-
os: ubuntu-20.04
1814
steps:
1915
- uses: actions/checkout@v3
2016
- name: Setup python

0 commit comments

Comments
 (0)