8000 Enable back all python versions in build matrix · ArtificialZeng/opencv-python@a6c746d · GitHub
[go: up one dir, main page]

Skip to content

Commit a6c746d

Browse files
committed
Enable back all python versions in build matrix
1 parent 4a1452e commit a6c746d

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
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest] #, macos-latest]
26-
python-version: [3.6] #, 3.7, 3.8, 3.9]
26+
python-version: [3.6, 3.7, 3.8, 3.9]
2727
platform: [x64]
2828

2929
env:

0 commit comments

Comments
 (0)
0