From e5dcc90b7da028bb7939ab58425b0ef5c92246e8 Mon Sep 17 00:00:00 2001 From: Vladimir Shapranov Date: Fri, 26 May 2023 15:38:37 +0200 Subject: dev-python/pybind11-stubgen: add py3.11 Signed-off-by: Vladimir Shapranov Closes: https://github.com/gentoo/sci/pull/1195 Signed-off-by: Andrew Ammerlaan --- dev-python/pybind11-stubgen/pybind11-stubgen-0.10.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pybind11-stubgen/pybind11-stubgen-0.10.4.ebuild b/dev-python/pybind11-stubgen/pybind11-stubgen-0.10.4.ebuild index e050cad91..e1aaab3b6 100644 --- a/dev-python/pybind11-stubgen/pybind11-stubgen-0.10.4.ebuild +++ b/dev-python/pybind11-stubgen/pybind11-stubgen-0.10.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi -- cgit v1.2.3-65-gdbad