Skip to content

Add cmake check for minimum supported Python version

David Gobbi requested to merge dgobbi/vtk:python-deprecation-warning into master

We will be removing support for Python 2.6 and Python 3.2 in the near future, so add deprecation warnings for these. For older versions of Python, generate an error. This deprecation is due in part to the fact that WebPython now requires Python 2.7 or 3.3+.

Merge request reports

Loading