Skip to content

Commit 22a46dd

Browse files
authored
limit cibuildwheel up-to 3.10 (#183)
* limit cibuildwheel up-to 3.10 * cleanup python_requires
1 parent 04fd088 commit 22a46dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/testing-and-deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ jobs:
160160
retention-days: 7
161161

162162
mac_build:
163-
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
164163
name: Build wheels on MacOS
165164
runs-on: macos-latest
166165

@@ -169,6 +168,8 @@ jobs:
169168

170169
- name: Build wheels
171170
uses: pypa/[email protected]
171+
with:
172+
python-version: 3.7 - 3.10
172173

173174
- name: List generated wheels
174175
run: |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
language="c++",
8989
),
9090
],
91-
python_requires=">=3.7.*",
91+
python_requires=">=3.7",
9292
keywords="vtk MAPDL ANSYS cdb full rst",
9393
package_data={
9494
"ansys.mapdl.reader.examples": [

0 commit comments

Comments
 (0)