diff options
author | 2023-10-14 09:45:49 +0200 | |
---|---|---|
committer | 2023-12-27 09:50:25 +0200 | |
commit | 9a9c68f9fc31e06854a4a84620f0d28e805dd89e (patch) | |
tree | 7daf4ac41f92d06b11524c325b8d7918904532e2 /dev-util/rt-tests | |
parent | dev-util/rt-tests: drop 2.5 (diff) | |
download | gentoo-9a9c68f9fc31e06854a4a84620f0d28e805dd89e.tar.gz gentoo-9a9c68f9fc31e06854a4a84620f0d28e805dd89e.tar.bz2 gentoo-9a9c68f9fc31e06854a4a84620f0d28e805dd89e.zip |
dev-util/rt-tests: enable py3.12
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
Closes: https://github.com/gentoo/gentoo/pull/33324
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-util/rt-tests')
-rw-r--r-- | dev-util/rt-tests/rt-tests-2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/rt-tests/rt-tests-2.6.ebuild b/dev-util/rt-tests/rt-tests-2.6.ebuild index 503b4965a276..560dfb9ec3a5 100644 --- a/dev-util/rt-tests/rt-tests-2.6.ebuild +++ b/dev-util/rt-tests/rt-tests-2.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit python-single-r1 toolchain-funcs |