summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-08 14:05:23 +0100
committerMichał Górny <mgorny@gentoo.org>2021-05-09 13:35:18 +0200
commitd2270d307b07ad7548a488716c8c5f6afa335ecd (patch)
treee582a9db3609960e07ac7ad540feb35e6f85c85e /dev-python/dominate
parentdev-python/cachetools: Port to python3.10 (diff)
downloadgentoo-d2270d307b07ad7548a488716c8c5f6afa335ecd.tar.gz
gentoo-d2270d307b07ad7548a488716c8c5f6afa335ecd.tar.bz2
gentoo-d2270d307b07ad7548a488716c8c5f6afa335ecd.zip
dev-python/dominate: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dominate')
-rw-r--r--dev-python/dominate/dominate-2.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dominate/dominate-2.6.0.ebuild b/dev-python/dominate/dominate-2.6.0.ebuild
index 104f733b1dd3..524adfd81d6e 100644
--- a/dev-python/dominate/dominate-2.6.0.ebuild
+++ b/dev-python/dominate/dominate-2.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
inherit distutils-r1