Skip to content

Commit

Permalink
MAINT: Bump to 3.9 req
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed May 28, 2024
1 parent 0d746d5 commit ab73b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 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

0 comments on commit ab73b64

Please sign in to comment.