summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-06-28 10:22:24 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-06-28 10:53:17 +0200
commita05648c5bb3a92a7766ab379f5c5929bbf770392 (patch)
treed60584bd236a0cd4eb116e6e8dcac9f9b213e3d9 /dev-python/tubes
parentx11-wm/xpra: Drop myself as maintainer (diff)
downloadgentoo-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.ebuild2
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