From 36594df1a9c01df76b8fcb1fdd92e96cd26455f1 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 6 Dec 2020 11:13:15 -0500 Subject: [PATCH] docs: Update test suite requirements --- DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index c59aedc48..522bc865a 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -5,7 +5,7 @@ * gcc 7.0 or later, clang 6.0 or later, or a compiler with full C++17 support * libuuid (if not on macOS) * gnutls (optional) - * python 2.7 or 3 (optional, for running the test suite) + * python 3 (optional, for running the test suite) ## Obtain and build code: ```