Skip to content

Commit 59b240a

Browse files
committed
bump Intel compiler version requirement
1 parent c47d498 commit 59b240a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ In addition to the core functionality, pybind11 provides some extra goodies:
8989
1. Clang/LLVM (any non-ancient version with C++11 support)
9090
2. GCC (any non-ancient version with C++11 support)
9191
3. Microsoft Visual Studio 2015 or newer
92-
4. Intel C++ compiler v15 or newer
92+
4. Intel C++ compiler 16 or newer (15 with a [workaround](https://github.com/pybind/pybind11/issues/276))
9393
5. Cygwin/GCC (tested on 2.5.1)
9494

9595
## About

0 commit comments

Comments
 (0)