summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-01-08 09:59:35 -0800
committerDylan Baker <dylan@pnwbakers.com>2021-01-08 10:49:38 -0800
commit54d904061f4202a0fb05792eb7a06be14ab7465b (patch)
tree2cf8fd6aa343b71dc0a034fa31813457add90fb9
parentca2ceb1a7cb46d8afc45941519ebcc921aae0f91 (diff)
CMake: Add python 3.9 to supported versions
Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/448>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5a2972b86..5c593d2bb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -226,7 +226,7 @@ IF(PIGLIT_BUILD_GLX_TESTS)
ENDIF()
if (NOT Python_ADDITIONAL_VERSIONS)
- set(Python_ADDITIONAL_VERSIONS 3.8 3.7 3.6)
+ set(Python_ADDITIONAL_VERSIONS 3.9 3.8 3.7 3.6)
endif()
find_package(PythonInterp REQUIRED)
find_package(PythonNumpy 1.7.0 REQUIRED)