Skip to content

FindPython: Add version 3.8

Marcel Plch requested to merge mplch/cmake:libpyt_ver into master

Since Python 3.7 is about to be released, the upstream version is already considered 3.8. This makes CMake not find libraries of the current upstream version.

This merge request solves the issue by adding the new version to _PYTHON3_VERSIONS.

Topic-rename: FindPython-3.8

Edited by Brad King

Merge request reports