File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8484 version : 12
8585
8686 - name : Build wheels for CPython 3.13
87- uses : pypa/cibuildwheel@v3.0.0
87+ uses : pypa/cibuildwheel@v3.0.1
8888 env :
8989 CIBW_BUILD : " cp313t-* cp313-*"
9090 CIBW_ARCHS : ${{ matrix.cibw_archs }}
@@ -97,25 +97,25 @@ jobs:
9797 numpy scipy
9898
9999 - name : Build wheels for CPython 3.12
100- uses : pypa/cibuildwheel@v3.0.0
100+ uses : pypa/cibuildwheel@v3.0.1
101101 env :
102102 CIBW_BUILD : " cp312-*"
103103 CIBW_ARCHS : ${{ matrix.cibw_archs }}
104104
105105 - name : Build wheels for CPython 3.11
106- uses : pypa/cibuildwheel@v3.0.0
106+ uses : pypa/cibuildwheel@v3.0.1
107107 env :
108108 CIBW_BUILD : " cp311-*"
109109 CIBW_ARCHS : ${{ matrix.cibw_archs }}
110110
111111 - name : Build wheels for CPython 3.10
112- uses : pypa/cibuildwheel@v3.0.0
112+ uses : pypa/cibuildwheel@v3.0.1
113113 env :
114114 CIBW_BUILD : " cp310-*"
115115 CIBW_ARCHS : ${{ matrix.cibw_archs }}
116116
117117 - name : Build wheels for CPython 3.9
118- uses : pypa/cibuildwheel@v3.0.0
118+ uses : pypa/cibuildwheel@v3.0.1
119119 env :
120120 CIBW_BUILD : " cp39-*"
121121 CIBW_ARCHS : ${{ matrix.cibw_archs }}
You can’t perform that action at this time.
0 commit comments