aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-29 22:49:04 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-29 23:04:51 +0200
commit01db6c39381cfb2cff7b6a95c9df454703f12f13 (patch)
treed8721e2fb338953255bb5bd3057200b2254b5b37 /dev-python/python-saharaclient
parentdev-python/python-pkcs11: EAPI 8 (diff)
downloadguru-01db6c39381cfb2cff7b6a95c9df454703f12f13.tar.gz
guru-01db6c39381cfb2cff7b6a95c9df454703f12f13.tar.bz2
guru-01db6c39381cfb2cff7b6a95c9df454703f12f13.zip
dev-python/python-saharaclient: enable py3.10
Closes: https://bugs.gentoo.org/848300 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/python-saharaclient')
-rw-r--r--dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
index 9bccb5560..4a1f3342b 100644
--- a/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1