summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:36:10 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 20:38:46 +0200
commit16494083e3a1508642e597824a743ed0a40e76e0 (patch)
treeb35b232b2e4a64655af40972150de3cba6e3ced3 /dev-python/www-authenticate
parentdev-python/whichcraft: Enable py3.10 (diff)
downloadgentoo-16494083e3a1508642e597824a743ed0a40e76e0.tar.gz
gentoo-16494083e3a1508642e597824a743ed0a40e76e0.tar.bz2
gentoo-16494083e3a1508642e597824a743ed0a40e76e0.zip
dev-python/www-authenticate: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/www-authenticate')
-rw-r--r--dev-python/www-authenticate/www-authenticate-0.9.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
index d8e65f20dfe4..1b82576cee09 100644
--- a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
+++ b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1