Skip to content

Commit 252782e

Browse files
committed
replace python 3.6 with python 3.10
1 parent 29145bf commit 252782e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
fail-fast: false
2626
matrix:
27-
python-version: ["3.6", "3.7", "3.8", "3.9"]
27+
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
2828
os: [ubuntu-latest, macos-latest]
2929
platform: [x64, x32]
3030
MB_ML_VER: [1,2010,2014]

0 commit comments

Comments
 (0)