Skip to content

Commit 4c8ed44

Browse files
committed
Merge branch 'main' into release/0.52
2 parents 066b234 + 22a46dd commit 4c8ed44

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,16 @@ 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

167166
steps:
168167
- uses: actions/checkout@v3
169168

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

173174
- name: List generated wheels
174175
run: |

requirements/requirements_docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Sphinx==5.3.0
2-
ansys-sphinx-theme==0.7.1
2+
ansys-sphinx-theme==0.8.0
33
notfound==1.0.2
44
pypandoc==1.10
55
pyvista==0.37.0

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)