diff options
author | 2024-06-27 19:22:52 +0200 | |
---|---|---|
committer | 2024-06-27 21:09:38 +0200 | |
commit | 0123ff94d4a27d9f10df72172a09d54bcd8bc570 (patch) | |
tree | 4395fdcc4fe3517ae523b018a6577c83e0c87833 /dev-python/pybind11 | |
parent | dev-python/tifffile: Remove old (diff) | |
download | gentoo-0123ff94d4a27d9f10df72172a09d54bcd8bc570.tar.gz gentoo-0123ff94d4a27d9f10df72172a09d54bcd8bc570.tar.bz2 gentoo-0123ff94d4a27d9f10df72172a09d54bcd8bc570.zip |
dev-python/pybind11: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pybind11')
-rw-r--r-- | dev-python/pybind11/pybind11-2.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pybind11/pybind11-2.13.1.ebuild b/dev-python/pybind11/pybind11-2.13.1.ebuild index 8a44efb8c4fb..c18727f31be1 100644 --- a/dev-python/pybind11/pybind11-2.13.1.ebuild +++ b/dev-python/pybind11/pybind11-2.13.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit cmake distutils-r1 |