aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-30 19:21:11 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-30 19:21:11 +0200
commitacd3a75093f1a12e7e99ee028a12a19f00d2086d (patch)
treee250aa72a421bda4bff0cbd5f35a858cb8fa4e93
parentdev-python/oslo-policy: drop 3.8.2 (diff)
downloadguru-acd3a750.tar.gz
guru-acd3a750.tar.bz2
guru-acd3a750.zip
dev-python/oslo-cache: enable py3.10
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/oslo-cache/oslo-cache-2.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
index dc20c6020..efdaf774c 100644
--- a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
+++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1