diff --git a/CMakeLists.txt b/CMakeLists.txt
index dbdc90181..fa074bbef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-cmake_minimum_required(VERSION 3.13...3.17)
+cmake_minimum_required(VERSION 3.27.7...3.30)
project(maya-usd)
diff --git a/doc/build.md b/doc/build.md
index 93980845f..b1152fcdb 100644
--- a/doc/build.md
+++ b/doc/build.md
@@ -12,7 +12,7 @@ Before building the project, consult the following table to ensure you use the r
|:---------------------:|:-------------------------:|:------------------------------------------------------------:|:---------------------------:|
| Operating System | Windows 10
Windows 11 | High Sierra (10.13)
Mojave (10.14)
Catalina (10.15)
Big Sur (11.2.x) | Rocky Linux 8.6 / Linux® Red Hat® Enterprise 8.6 WS |
| Compiler Requirement| Maya 2024 (VS 2022)
Maya 2025 (VS 2022) | Maya 2024 (Xcode 13.4 or higher)
Maya 2025 (Xcode 13.4 or higher) | Maya 2024 (gcc 11.2.1)
Maya 2025 (gcc 11.2.1) |
-| CMake Version (min/max) | 3.13...3.20 | 3.13...3.20 | 3.13...3.20 |
+| CMake Version (min/max) | 3.27.7...3.30 | 3.27.7...3.30 | 3.27.7...3.30 |
| Python | 3.10.8, 3.11.4 | 3.10.8, 3.11.4 | 3.10.8, 3.11.4 |
| Python Packages | PyYAML, PySide, PyOpenGL | PyYAML, PySide2, PyOpenGL | PyYAML, PySide, PyOpenGL |
| Build generator | Visual Studio, Ninja (Recommended) | XCode, Ninja (Recommended) | Ninja (Recommended) |