diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-28 10:22:24 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-28 10:53:17 +0200 |
commit | a05648c5bb3a92a7766ab379f5c5929bbf770392 (patch) | |
tree | d60584bd236a0cd4eb116e6e8dcac9f9b213e3d9 /dev-python/tubes | |
parent | x11-wm/xpra: Drop myself as maintainer (diff) | |
download | gentoo-a05648c5bb3a92a7766ab379f5c5929bbf770392.tar.gz gentoo-a05648c5bb3a92a7766ab379f5c5929bbf770392.tar.bz2 gentoo-a05648c5bb3a92a7766ab379f5c5929bbf770392.zip |
dev-python/tubes: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/tubes')
-rw-r--r-- | dev-python/tubes/tubes-0.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tubes/tubes-0.2.1.ebuild b/dev-python/tubes/tubes-0.2.1.ebuild index faebc059d5b7..b099de0149bb 100644 --- a/dev-python/tubes/tubes-0.2.1.ebuild +++ b/dev-python/tubes/tubes-0.2.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |