From 30465c83aab10bc3b4b8267af9ba9f294bc08f84 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Mon, 17 May 2021 16:41:27 +0200 Subject: dev-python/pybind11: support python3_10 Builds, tests and installs fine. Signed-off-by: Marek Szuba --- dev-python/pybind11/pybind11-2.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pybind11') diff --git a/dev-python/pybind11/pybind11-2.6.2.ebuild b/dev-python/pybind11/pybind11-2.6.2.ebuild index 93aafcc7a3f4..553c637d08d4 100644 --- a/dev-python/pybind11/pybind11-2.6.2.ebuild +++ b/dev-python/pybind11/pybind11-2.6.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit cmake distutils-r1 -- cgit v1.2.3-65-gdbad