Re: [Piglit] [PATCH] CMake: Add Python 3.7 to list of supported python version

2018-08-10 Thread Dylan Baker
Quoting Rhys Kidd (2018-08-10 10:48:49) > On Fri, 10 Aug 2018 at 13:47, Dylan Baker wrote: > > --- >  CMakeLists.txt | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/CMakeLists.txt b/CMakeLists.txt > index 413cd72e6..433fa1aea 100644 > --- a/CMakeL

Re: [Piglit] [PATCH] CMake: Add Python 3.7 to list of supported python version

2018-08-10 Thread Rhys Kidd
On Fri, 10 Aug 2018 at 13:47, Dylan Baker wrote: > --- > CMakeLists.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/CMakeLists.txt b/CMakeLists.txt > index 413cd72e6..433fa1aea 100644 > --- a/CMakeLists.txt > +++ b/CMakeLists.txt > @@ -227,7 +227,7 @@ IF(PIGLIT_BUILD

[Piglit] [PATCH] CMake: Add Python 3.7 to list of supported python version

2018-08-10 Thread Dylan Baker
--- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 413cd72e6..433fa1aea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -227,7 +227,7 @@ IF(PIGLIT_BUILD_GLX_TESTS) ENDIF() set(Python_ADDITIONAL_VERSIONS -3.6 3.5