From bb18177ed292966c0f0c82c9ec756871b4dda113 Mon Sep 17 00:00:00 2001 From: Yuriy Chernyshov Date: Wed, 22 Jan 2025 13:24:02 +0300 Subject: [PATCH] Drop c++98 test --- .github/workflows/test-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ubuntu.yml b/.github/workflows/test-ubuntu.yml index 9910232e8..9ae7eaa36 100644 --- a/.github/workflows/test-ubuntu.yml +++ b/.github/workflows/test-ubuntu.yml @@ -11,7 +11,7 @@ jobs: matrix: python: [python, python3] cxx: [g++, clang++] - std: [c++98, c++11, c++14, c++17] + std: [c++11, c++14, c++17] include: # Add the appropriate docker image for each compiler. # The images from teeks99/boost-python-test already have boost::python