summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-05 20:10:08 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-05 20:10:08 +0200
commit4262cf256562d515c2a6a3c561d6bd0bfd5c9de7 (patch)
treea3349ba4e033e6634a457df37cc485d8a930a487 /dev-python/appdirs/appdirs-1.4.4-r1.ebuild
parenteclass/tests/python-utils-r1.sh: Cover py3.10 (diff)
downloadgentoo-4262cf256562d515c2a6a3c561d6bd0bfd5c9de7.tar.gz
gentoo-4262cf256562d515c2a6a3c561d6bd0bfd5c9de7.tar.bz2
gentoo-4262cf256562d515c2a6a3c561d6bd0bfd5c9de7.zip
dev-python/appdirs: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/appdirs/appdirs-1.4.4-r1.ebuild')
-rw-r--r--dev-python/appdirs/appdirs-1.4.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/appdirs/appdirs-1.4.4-r1.ebuild b/dev-python/appdirs/appdirs-1.4.4-r1.ebuild
index 2c070beea70b..40b01efb70d6 100644
--- a/dev-python/appdirs/appdirs-1.4.4-r1.ebuild
+++ b/dev-python/appdirs/appdirs-1.4.4-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
# note the patch below
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1