Skip to content

Commit 95f475c

Browse files
committed
Update python-ci.yml
1 parent b1af585 commit 95f475c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ on:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-20.04
1717
strategy:
1818
matrix:
19-
python-version: ['3.8', '3.9', '3.10']
19+
python-version: ['3.6', '3.7', '3.8']
2020

2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)