aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2023-04-19 09:44:44 +0200
committerAki Tomita <121511582+atomita-ni@users.noreply.github.com>2024-02-10 16:14:22 -0600
commit6a67dc6eb773513c3efe7e030872c8af09c77f7a (patch)
treef2a07112c1015f984dd395e229cf42cb83fad875 /host
parentci: Add pybind11 to Linux build dockers (diff)
downloaduhd-6a67dc6eb773513c3efe7e030872c8af09c77f7a.tar.xz
uhd-6a67dc6eb773513c3efe7e030872c8af09c77f7a.zip
uhd: Bump minimum Python version to 3.7
Diffstat (limited to 'host')
-rw-r--r--host/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index 6a6ef7091..f77d72f54 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -32,7 +32,7 @@ set(MSVC_MIN_VERSION "1910")
set(MSVC_MIN_VERSION_READABLE "15.0")
# This Python version gets used for Python API (if requested) as well as
# all the build-time Python scripts
-set(PYTHON_MIN_VERSION "3.6")
+set(PYTHON_MIN_VERSION "3.7")
# Other deps
set(SETUPTOOLS_MIN_VERSION "40.0")
set(BOOST_MIN_VERSION "1.65")