From be879ce6e5e24d0a6ddc9594a6a940bd069e5f4b Mon Sep 17 00:00:00 2001 From: "C. Weaver" Date: Mon, 8 Apr 2024 10:44:47 -0400 Subject: [PATCH] Update compiler requirements for C++14 (#149) Co-authored-by: C. Weaver --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 892cc967..14b772d6 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ This depends on Boost and cmake, as well as the usual Python packages. Some addi Minimum versions: - - GCC >= 4.7 or clang >= 3.3 + - GCC >= 5.0 or clang >= 3.4 - Boost >= 1.48 - cmake >= 3.1 - Python >= 2.7 (although pre-Python-3 support is best-effort)