5151 - name : Build wheels
5252 env :
5353 CIBW_ARCHS_LINUX : ${{matrix.arch}}
54- CIBW_BUILD : cp37-* cp38-* cp39-* cp310-*
54+ CIBW_BUILD : cp37-* cp38-* cp39-* cp310-* cp311-*
5555 CIBW_SKIP : ' *-musllinux*'
5656 CIBW_BEFORE_BUILD_LINUX : pip install -r requirements-cython.txt && yum install -y zlib-devel
5757 # On windows and mac we should have z library preinstalled
@@ -116,7 +116,7 @@ jobs:
116116
117117 strategy :
118118 matrix :
119- python : ["3.7", "3.8", "3.9", "3.10"]
119+ python : ["3.7", "3.8", "3.9", "3.10", "3.11" ]
120120 include :
121121 - python : " 3.7"
122122 aiokafka_whl : dist/aiokafka-*-cp37-cp37m-macosx_10_9_x86_64.whl
@@ -126,6 +126,8 @@ jobs:
126126 aiokafka_whl : dist/aiokafka-*-cp39-cp39-macosx_10_9_x86_64.whl
127127 - python : " 3.10"
128128 aiokafka_whl : dist/aiokafka-*-cp310-cp310-macosx_10_9_x86_64.whl
129+ - python : " 3.11"
130+ aiokafka_whl : dist/aiokafka-*-cp311-cp311-macosx_10_9_x86_64.whl
129131
130132 steps :
131133 - uses : actions/checkout@v2
@@ -160,7 +162,7 @@ jobs:
160162
161163 strategy :
162164 matrix :
163- python : ["3.7", "3.8", "3.9", "3.10"]
165+ python : ["3.7", "3.8", "3.9", "3.10", "3.11" ]
164166 include :
165167 - python : " 3.7"
166168 aiokafka_whl : dist/aiokafka-*-cp37-cp37m-manylinux*_x86_64.whl
@@ -170,6 +172,8 @@ jobs:
170172 aiokafka_whl : dist/aiokafka-*-cp39-cp39-manylinux*_x86_64.whl
171173 - python : " 3.10"
172174 aiokafka_whl : dist/aiokafka-*-cp310-cp310-manylinux*_x86_64.whl
175+ - python : " 3.11"
176+ aiokafka_whl : dist/aiokafka-*-cp311-cp311-manylinux*_x86_64.whl
173177
174178 steps :
175179 - uses : actions/checkout@v2
@@ -217,6 +221,8 @@ jobs:
217221 aiokafka_whl : dist/aiokafka-*-cp39-cp39-manylinux*_aarch64.whl
218222 - pyver : cp310-cp310
219223 aiokafka_whl : dist/aiokafka-*-cp310-cp310-manylinux*_aarch64.whl
224+ - pyver : cp311-cp311
225+ aiokafka_whl : dist/aiokafka-*-cp311-cp311-manylinux*_aarch64.whl
220226
221227 steps :
222228 - uses : actions/checkout@v2
0 commit comments