diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 22:20:44 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 22:20:44 +0300 |
commit | c049de8c8b25ecb4797b4e76c603655455c2166d (patch) | |
tree | e5d1ecd43348f4ae0618ee6392e3686c1470bb96 /app-doc/doxygen/doxygen-1.9.7-r1.ebuild | |
parent | dev-python/nox: drop 2022.11.21-r1 (diff) | |
download | gentoo-c049de8c8b25ecb4797b4e76c603655455c2166d.tar.gz gentoo-c049de8c8b25ecb4797b4e76c603655455c2166d.tar.bz2 gentoo-c049de8c8b25ecb4797b4e76c603655455c2166d.zip |
app-doc/doxygen: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-doc/doxygen/doxygen-1.9.7-r1.ebuild')
-rw-r--r-- | app-doc/doxygen/doxygen-1.9.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-doc/doxygen/doxygen-1.9.7-r1.ebuild b/app-doc/doxygen/doxygen-1.9.7-r1.ebuild index 367e877520b0..4a4aebc420d4 100644 --- a/app-doc/doxygen/doxygen-1.9.7-r1.ebuild +++ b/app-doc/doxygen/doxygen-1.9.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit cmake flag-o-matic llvm python-any-r1 |