Skip to content

Commit 393335a

Browse files
committed
Stop testing c++98 support
1 parent c5e545b commit 393335a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
python: [python, python3]
1313
cxx: [g++, clang++]
14-
std: [c++98, c++11, c++14, c++17]
14+
std: [c++11, c++14, c++17]
1515
include:
1616
# Add the appropriate docker image for each compiler.
1717
# The images from teeks99/boost-python-test already have boost::python

0 commit comments

Comments
 (0)