Skip to content

Commit 8912263

Browse files
committed
docs: clarify PyPy promise
1 parent e34dd33 commit 8912263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ become an excessively large and unnecessary dependency.
2525
Think of this library as a tiny self-contained version of Boost.Python with
2626
everything stripped away that isn't relevant for binding generation. Without
2727
comments, the core header files only require ~4K lines of code and depend on
28-
Python (2.7 or 3.5+, or PyPy 7.3) and the C++ standard library. This compact
28+
Python (2.7 or 3.5+, or PyPy) and the C++ standard library. This compact
2929
implementation was possible thanks to some of the new C++11 language features
3030
(specifically: tuples, lambda functions and variadic templates). Since its
3131
creation, this library has grown beyond Boost.Python in many ways, leading to
@@ -56,7 +56,7 @@ pybind11 can map the following core C++ features to Python:
5656
## Goodies
5757
In addition to the core functionality, pybind11 provides some extra goodies:
5858

59-
- Python 2.7, 3.5+, and PyPy 7.3 are supported with an implementation-agnostic
59+
- Python 2.7, 3.5+, and PyPy (tested on 7.3) are supported with an implementation-agnostic
6060
interface.
6161

6262
- It is possible to bind C++11 lambda functions with captured variables. The

0 commit comments

Comments
 (0)