diff options
author | 2023-07-22 09:26:46 -0700 | |
---|---|---|
committer | 2023-07-22 09:30:40 -0700 | |
commit | 679769edb89ae0e9fe19d736582825b8b808996d (patch) | |
tree | f25b1e7a21f54338a5fb6d593408b462905c1ad4 /dev-util/cutter/cutter-2.2.1.ebuild | |
parent | app-crypt/sbctl: drop 0.10 (diff) | |
download | gentoo-679769edb89ae0e9fe19d736582825b8b808996d.tar.gz gentoo-679769edb89ae0e9fe19d736582825b8b808996d.tar.bz2 gentoo-679769edb89ae0e9fe19d736582825b8b808996d.zip |
dev-util/cutter: enable py3.12
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'dev-util/cutter/cutter-2.2.1.ebuild')
-rw-r--r-- | dev-util/cutter/cutter-2.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cutter/cutter-2.2.1.ebuild b/dev-util/cutter/cutter-2.2.1.ebuild index a9c814dc3516..8937a0e9eceb 100644 --- a/dev-util/cutter/cutter-2.2.1.ebuild +++ b/dev-util/cutter/cutter-2.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit cmake toolchain-funcs xdg-utils python-single-r1 |