Skip to content

Commit

Permalink
refactor(trove-classifiers): update to python 3.7-3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgranthendry committed Jun 28, 2022
1 parent a84558f commit 9c19230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Operating System :: MacOS',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],

url='https://github.com/pyvista/pyvistaqt',
keywords='vtk numpy plotting mesh qt',
python_requires='>=3.6.*',
python_requires='>=3.7.*',
install_requires=[
'pyvista>=0.32.0',
'QtPy>=1.9.0',
Expand Down

0 comments on commit 9c19230

Please sign in to comment.