@@ -15,19 +15,23 @@ jobs:
1515      fail-fast : false 
1616      matrix :
1717        arch : [auto32, auto64] 
18-         python_tag : ["cp36-*", "cp37-*", "cp38-*", "cp39-*", "cp310-*", "pp37-*", "pp38-*"] 
18+         python_tag : ["cp36-*", "cp37-*", "cp38-*", "cp39-*", "cp310-*", "pp37-*", "pp38-*", "pp39-*" ] 
1919        exclude :
2020          #  PyPy only supports x86_64 on Windows
2121          - arch : auto32 
2222            python_tag : " pp37-*" 
2323          - arch : auto32 
2424            python_tag : " pp38-*" 
25+           - arch : auto32 
26+             python_tag : " pp39-*" 
2527
2628          #  PyPy Windows is currently broken in scikit-build
2729          - arch : auto64 
2830            python_tag : " pp37-*" 
2931          - arch : auto64 
3032            python_tag : " pp38-*" 
33+           - arch : auto64 
34+             python_tag : " pp39-*" 
3135    env :
3236      CIBW_BUILD : ${{matrix.python_tag}} 
3337      CIBW_ARCHS : ${{matrix.arch}} 
4347      - uses : actions/setup-python@v2 
4448
4549      - name : Build wheels 
46-         uses : pypa/cibuildwheel@v2.3.1  
50+         uses : pypa/cibuildwheel@v2.4.0  
4751        with :
4852          output-dir : wheelhouse 
4953
8690      - uses : actions/setup-python@v2 
8791
8892      - name : Build wheels 
89-         uses : pypa/cibuildwheel@v2.3.1  
93+         uses : pypa/cibuildwheel@v2.4.0  
9094        with :
9195          output-dir : wheelhouse 
9296
@@ -102,17 +106,21 @@ jobs:
102106      fail-fast : false 
103107      matrix :
104108        arch : [auto, aarch64, ppc64le, s390x] 
105-         python_tag : [ "cp36-*", "cp37-*", "cp38-*", "cp39-*", "cp310-*", "pp37-*", "pp38-*"] 
109+         python_tag : [ "cp36-*", "cp37-*", "cp38-*", "cp39-*", "cp310-*", "pp37-*", "pp38-*", "pp39-*" ] 
106110        exclude :
107111          #  PyPy builds not supported on ppc64le / s390x
108112          - arch : ppc64le 
109113            python_tag : " pp37-*" 
110114          - arch : ppc64le 
111115            python_tag : " pp38-*" 
116+           - arch : ppc64le 
117+             python_tag : " pp39-*" 
112118          - arch : s390x 
113119            python_tag : " pp37-*" 
114120          - arch : s390x 
115121            python_tag : " pp38-*" 
122+           - arch : s390x 
123+             python_tag : " pp39-*" 
116124    env :
117125      CIBW_ARCHS_LINUX : ${{matrix.arch}} 
118126      CIBW_BUILD : ${{matrix.python_tag}} 
@@ -133,7 +141,7 @@ jobs:
133141        name : Set up QEMU 
134142
135143      - name : Build wheel 
136-         uses : pypa/cibuildwheel@v2.3.1  
144+         uses : pypa/cibuildwheel@v2.4.0  
137145        with :
138146          output-dir : wheelhouse 
139147
0 commit comments