diff options
author | Kurt Kanzenbach <kurt@kmk-computers.de> | 2024-05-09 11:01:29 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-05-23 11:15:35 +0200 |
commit | 55ecc1176f3c52b1edb346d819c3387c45bef828 (patch) | |
tree | 9bd3f158c9d92c4318b699de3ea40101b09fffc5 /dev-util | |
parent | dev-util/rt-tests: drop 2.6 (diff) | |
download | gentoo-55ecc1176f3c52b1edb346d819c3387c45bef828.tar.gz gentoo-55ecc1176f3c52b1edb346d819c3387c45bef828.tar.bz2 gentoo-55ecc1176f3c52b1edb346d819c3387c45bef828.zip |
dev-util/rt-tests: enable py3.13
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
Closes: https://github.com/gentoo/gentoo/pull/36763
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/rt-tests/rt-tests-2.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/rt-tests/rt-tests-2.7.ebuild b/dev-util/rt-tests/rt-tests-2.7.ebuild index 02ec76298866..d11236401857 100644 --- a/dev-util/rt-tests/rt-tests-2.7.ebuild +++ b/dev-util/rt-tests/rt-tests-2.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 toolchain-funcs |