diff options
author | 2023-05-26 15:38:37 +0200 | |
---|---|---|
committer | 2023-05-27 11:28:14 +0200 | |
commit | e5dcc90b7da028bb7939ab58425b0ef5c92246e8 (patch) | |
tree | 5f2296aafacdf3d73cc0071d0084b16b70c81356 | |
parent | app-office/visidata: updated test restriction comment (diff) | |
download | sci-e5dcc90b7da028bb7939ab58425b0ef5c92246e8.tar.gz sci-e5dcc90b7da028bb7939ab58425b0ef5c92246e8.tar.bz2 sci-e5dcc90b7da028bb7939ab58425b0ef5c92246e8.zip |
dev-python/pybind11-stubgen: add py3.11
Signed-off-by: Vladimir Shapranov <equidamoid@gmail.com>
Closes: https://github.com/gentoo/sci/pull/1195
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r-- | dev-python/pybind11-stubgen/pybind11-stubgen-0.10.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |