File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 69
69
- uses : actions/checkout@v4
70
70
- name : Install cibuildwheel
71
71
# Nb. keep cibuildwheel version pin consistent with job below
72
- run : pipx install cibuildwheel==2.16.5
72
+ run : pipx install cibuildwheel==2.21.3
73
73
- id : set-matrix
74
74
# Once we have the windows build figured out, it can be added here
75
75
# by updating the matrix to include windows builds as well.
99
99
matrix :
100
100
include : ${{ fromJson(needs.generate-wheels-matrix.outputs.include) }}
101
101
102
+ env :
103
+ PYXMLSEC_LIBXML2_VERSION : 2.12.9
104
+ PYXMLSEC_LIBXSLT_VERSION : 1.1.42
105
+
102
106
steps :
103
107
- name : Check out the repo
104
108
uses : actions/checkout@v4
@@ -112,7 +116,7 @@ jobs:
112
116
platforms : all
113
117
114
118
- name : Build wheels
115
- uses : pypa/cibuildwheel@v2.16.5
119
+ uses : pypa/cibuildwheel@v2.21.3
116
120
with :
117
121
only : ${{ matrix.only }}
118
122
env :
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ skip = [
58
58
" cp37-manylinux_aarch64" ,
59
59
" cp36-musllinux_aarch64" ,
60
60
" cp37-musllinux_aarch64" ,
61
+ " cp36-macosx*" ,
62
+ " cp37-macosx*" ,
63
+ " cp38-macosx*" ,
61
64
]
62
65
test-command = " pytest -v --color=yes {package}/tests"
63
66
before-test = " pip install -r requirements-test.txt"
You can’t perform that action at this time.
0 commit comments