commit: e5dcc90b7da028bb7939ab58425b0ef5c92246e8 Author: Vladimir Shapranov <equidamoid <AT> gmail <DOT> com> AuthorDate: Fri May 26 13:38:37 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat May 27 09:28:14 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e5dcc90b
dev-python/pybind11-stubgen: add py3.11 Signed-off-by: Vladimir Shapranov <equidamoid <AT> gmail.com> Closes: https://github.com/gentoo/sci/pull/1195 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> 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
