aboutsummaryrefslogtreecommitdiff
path: root/python/pybind11
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2023-08-12 09:19:38 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-12 08:29:44 +0700
commit7533311eeaf138ff0b73f763760290f22ab0e033 (patch)
treed448f19747c3c2f0885c0c025e6cab8a6ef57087 /python/pybind11
parente3e3169e765a15127bbef208751892372d395340 (diff)
downloadslackbuilds-7533311eeaf138ff0b73f763760290f22ab0e033.tar.xz
python/pybind11: Update README
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pybind11')
-rw-r--r--python/pybind11/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pybind11/README b/python/pybind11/README
index 210670b19ec7..d7bc599063b0 100644
--- a/python/pybind11/README
+++ b/python/pybind11/README
@@ -5,4 +5,4 @@ Boost.Python library by David Abrahams: to minimize boilerplate code
in traditional extension modules by inferring type information using
compile-time introspection.
-This SlackBuild supports both python2 and python3.
+This SlackBuild is intended for python3 only.