summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-01 08:51:21 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-01 09:13:38 +0300
commitfe645c7c39e312fde8ea6e8e38351362c1ab3b2e (patch)
tree389cd86cc81b62a9d4bf558a7ad7c9545f44e69d /dev-python/debtcollector
parentdev-python/oslotest: add github upstream metadata (diff)
downloadgentoo-fe645c7c39e312fde8ea6e8e38351362c1ab3b2e.tar.gz
gentoo-fe645c7c39e312fde8ea6e8e38351362c1ab3b2e.tar.bz2
gentoo-fe645c7c39e312fde8ea6e8e38351362c1ab3b2e.zip
dev-python/debtcollector: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/debtcollector')
-rw-r--r--dev-python/debtcollector/debtcollector-2.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/debtcollector/debtcollector-2.3.0.ebuild b/dev-python/debtcollector/debtcollector-2.3.0.ebuild
index 78c052a7a9dc..96fd0363c2ff 100644
--- a/dev-python/debtcollector/debtcollector-2.3.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-2.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python deprecation patterns and strategies that collect technical debt"