diff --git a/CMakeLists.txt b/CMakeLists.txt
index b50c396d6ddf8cbc3b419420ba5c41574bdf79be..e5cf882a9422bc3a20c60eb26f89166ac6710431 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.16...3.29)
+cmake_minimum_required(VERSION 3.16...3.30)
 
 include(cmake/RecordCmdLine.cmake)
 
diff --git a/cmake/TestVecCore.cmake b/cmake/TestVecCore.cmake
index 4b01b1c35ef15da53bd8df50cb8c47fb0a38ff8f..d20c13ed93d2c07b40694bea4cc66c5c34ae6f41 100644
--- a/cmake/TestVecCore.cmake
+++ b/cmake/TestVecCore.cmake
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.16...3.29)
+cmake_minimum_required(VERSION 3.16...3.30)
 
 set(CTEST_PROJECT_NAME "VecCore")
 
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index d163ecfb0a30ae53d457615a53e567f162bfedb3..2d0b1ca635b0504e084cb8be30ef8ed9b3506fdb 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,5 +1,3 @@
-cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
-
 option(DETAILED_TEST_REPORT "Report fine grained test results" OFF)
 
 if (CUDA)