Skip to content

Commit 04fa87f

Browse files
committed
remove py3.6 and continue on error
1 parent 97a57f6 commit 04fa87f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pyhton.generate-wrapper.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ jobs:
3030
path: python-wrapper/swig/**
3131
if-no-files-found: error
3232
build:
33+
continue-on-error: true
3334
strategy:
3435
matrix:
35-
py-version: [3.6, 3.8]
36+
py-version: [3.8, 3.9, 3.10]
3637
os: [ubuntu-22.04, windows-2019, macOS-15]
38+
fail-fast: false
3739
runs-on: "ubuntu-22.04"
3840
needs: generate-wrapper
3941
defaults:

0 commit comments

Comments
 (0)