Skip to content

Commit a107b54

Browse files
authored
Update pip-install.yml
1 parent 7e1bf46 commit a107b54

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pip-install.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-20.04, ubuntu-22.04]
13-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
14-
exclude:
15-
- os: ubuntu-22.04
16-
python-version: '3.6'
13+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1714
steps:
1815
- uses: actions/checkout@v4
1916
with:

0 commit comments

Comments
 (0)