Skip to content

Commit adc8cb6

Browse files
committed
fix python version
1 parent 33bee2d commit adc8cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
#os: [windows-2019, macos-10.15, ubuntu-18.04, ubuntu-20.04]
1313
os: [windows-2019, ubuntu-18.04, ubuntu-20.04]
14-
python-version: [3.7.6, 3.9.5]
14+
python-version: [3.7.6, 3.8.11]
1515
exclude:
1616
- os: ubuntu-20.04
1717
python-version: 3.7.6
@@ -23,7 +23,7 @@ jobs:
2323
# python-version: 3.7.6
2424
include:
2525
- os: ubuntu-20.04
26-
python-version: 3.9.5
26+
python-version: 3.8.11
2727
container: Docker
2828

2929
steps:

0 commit comments

Comments
 (0)