libproxy: Rebuild for python 3.8

This commit is contained in:
Alexey Pavlov
2019-11-09 13:38:48 +03:00
parent 679fd8cba4
commit f0598aa976
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
unset(_Python3_NAMES)
-set(_Python3_VERSIONS 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+set(_Python3_VERSIONS 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+set(_Python3_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
if(Python3Interp_FIND_VERSION)
if(Python3Interp_FIND_VERSION_COUNT GREATER 1)