Skip to content

Commit

Permalink
Merge pull request #1303 from larsoner/cython
Browse files Browse the repository at this point in the history
MAINT: Compile with Cython 3.0.10
  • Loading branch information
prabhuramachandran authored Jul 23, 2024
2 parents 1d094b6 + ab73b64 commit 964c95c
Show file tree
Hide file tree
Showing 4 changed files with 934 additions and 308 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-mayavi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
python-version: ['3.8']
python-version: ['3.9']
qt-api: ['pyqt5']
vtk: ['vtk<9.3']
include:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"oldest-supported-numpy",
"numpy>=2.0.0rc2,<3",
"setuptools",
"vtk",
"wheel"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def run(self):
author="Prabhu Ramachandran, et al.",
author_email="[email protected]",
maintainer='ETS Developers',
python_requires='>=3.8',
python_requires='>=3.9',
maintainer_email='[email protected]',
url='http://docs.enthought.com/mayavi/mayavi/',
classifiers=[c.strip() for c in """\
Expand Down
Loading

0 comments on commit 964c95c

Please sign in to comment.