From e8dd4d69eb3524c9a0efb0c9723790b479a4ba8f Mon Sep 17 00:00:00 2001 From: Marcelo Zimbres Date: Sun, 28 Jul 2024 15:03:07 +0200 Subject: [PATCH] Removes gcc-10 from the list of supported compilers. See https://github.com/boostorg/redis/issues/203. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a27c435a..8634425d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The requirements for using Boost.Redis are: * Boost. The library is included in Boost distributions starting with 1.84. * C++17 or higher. * Redis 6 or higher (must support RESP3). -* Gcc (10, 11, 12), Clang (11, 13, 14) and Visual Studio (16 2019, 17 2022). +* Gcc (11, 12), Clang (11, 13, 14) and Visual Studio (16 2019, 17 2022). * Have basic-level knowledge about [Redis](https://redis.io/docs/) and [Boost.Asio](https://www.boost.org/doc/libs/1_82_0/doc/html/boost_asio/overview.html).