FindPython: Add version 3.8
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