|
15 | 15 | - uses: actions/checkout@v2 |
16 | 16 | - uses: actions/setup-python@v2 |
17 | 17 | with: |
18 | | - python-version: 3.7 |
| 18 | + python-version: "3.8" |
19 | 19 | - name: Prepare C files to include |
20 | 20 | run: | |
21 | 21 | python -m pip install --upgrade pip setuptools |
@@ -44,14 +44,14 @@ jobs: |
44 | 44 | - uses: actions/checkout@v2 |
45 | 45 | - uses: actions/setup-python@v2 |
46 | 46 | with: |
47 | | - python-version: 3.7 |
| 47 | + python-version: "3.8" |
48 | 48 | - name: Set up QEMU |
49 | 49 | if: ${{ matrix.arch == 'aarch64' }} |
50 | 50 | uses: docker/setup-qemu-action@v1 |
51 | 51 | - name: Build wheels |
52 | 52 | env: |
53 | 53 | CIBW_ARCHS_LINUX: ${{matrix.arch}} |
54 | | - CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* |
| 54 | + CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* |
55 | 55 | CIBW_SKIP: '*-musllinux*' |
56 | 56 | CIBW_BEFORE_BUILD_LINUX: pip install -r requirements-cython.txt && yum install -y zlib-devel |
57 | 57 | # On windows and mac we should have z library preinstalled |
|
75 | 75 | strategy: |
76 | 76 | matrix: |
77 | 77 | # 3.11 excluded due to problems with python-snappy |
78 | | - python: ["3.7", "3.8", "3.9", "3.10"] |
| 78 | + python: ["3.8", "3.9", "3.10"] |
79 | 79 | include: |
80 | | - - python: "3.7" |
81 | | - aiokafka_whl: dist/aiokafka-*-cp37-cp37m-win_amd64.whl |
82 | 80 | - python: "3.8" |
83 | 81 | aiokafka_whl: dist/aiokafka-*-cp38-cp38-win_amd64.whl |
84 | 82 | - python: "3.9" |
@@ -118,10 +116,8 @@ jobs: |
118 | 116 |
|
119 | 117 | strategy: |
120 | 118 | matrix: |
121 | | - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] |
| 119 | + python: ["3.8", "3.9", "3.10", "3.11"] |
122 | 120 | include: |
123 | | - - python: "3.7" |
124 | | - aiokafka_whl: dist/aiokafka-*-cp37-cp37m-macosx_10_9_x86_64.whl |
125 | 121 | - python: "3.8" |
126 | 122 | aiokafka_whl: dist/aiokafka-*-cp38-cp38-macosx_10_9_x86_64.whl |
127 | 123 | - python: "3.9" |
@@ -164,10 +160,8 @@ jobs: |
164 | 160 |
|
165 | 161 | strategy: |
166 | 162 | matrix: |
167 | | - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] |
| 163 | + python: ["3.8", "3.9", "3.10", "3.11"] |
168 | 164 | include: |
169 | | - - python: "3.7" |
170 | | - aiokafka_whl: dist/aiokafka-*-cp37-cp37m-manylinux*_x86_64.whl |
171 | 165 | - python: "3.8" |
172 | 166 | aiokafka_whl: dist/aiokafka-*-cp38-cp38-manylinux*_x86_64.whl |
173 | 167 | - python: "3.9" |
@@ -215,8 +209,6 @@ jobs: |
215 | 209 | strategy: |
216 | 210 | matrix: |
217 | 211 | include: |
218 | | - - pyver: cp37-cp37m |
219 | | - aiokafka_whl: dist/aiokafka-*-cp37-cp37m-manylinux*_aarch64.whl |
220 | 212 | - pyver: cp38-cp38 |
221 | 213 | aiokafka_whl: dist/aiokafka-*-cp38-cp38-manylinux*_aarch64.whl |
222 | 214 | - pyver: cp39-cp39 |
|
0 commit comments