summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-11 15:19:30 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-11 15:31:53 +0200
commitf4643a226372592f57c4efab5eacd7ebae749bd8 (patch)
tree8bc987ae57dc93d1d5c9ed0fb58159611cfcf9b5 /dev-python/debtcollector
parentdev-lang/starlark-rust: Fix ebuild warnings (diff)
downloadgentoo-f4643a226372592f57c4efab5eacd7ebae749bd8.tar.gz
gentoo-f4643a226372592f57c4efab5eacd7ebae749bd8.tar.bz2
gentoo-f4643a226372592f57c4efab5eacd7ebae749bd8.zip
dev-python/debtcollector: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/debtcollector')
-rw-r--r--dev-python/debtcollector/debtcollector-3.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/debtcollector/debtcollector-3.0.0.ebuild b/dev-python/debtcollector/debtcollector-3.0.0.ebuild
index 6e7f4f545909..f3b1bb64a62e 100644
--- a/dev-python/debtcollector/debtcollector-3.0.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-3.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi