Skip to content

Commit 8c2574b

Browse files
Remove Python 3.8 from ci.yml
1 parent 862ebb7 commit 8c2574b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
strategy:
1212
matrix:
13-
python-version: ['3.8',
14-
'3.9',
13+
python-version: ['3.9',
1514
'3.10',
1615
'3.11',]
1716

0 commit comments

Comments
 (0)