aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-28 23:38:20 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-28 23:38:20 +0200
commitff7f66f13caacff5e4122dc754c2473c020dc0ee (patch)
tree3b5e7fd454e18e415a06078ac9e5c0bc79bf4e21 /dev-python/etcd3gw
parentdev-python/oslo-policy: enable py3.10 (diff)
downloadguru-ff7f66f13caacff5e4122dc754c2473c020dc0ee.tar.gz
guru-ff7f66f13caacff5e4122dc754c2473c020dc0ee.tar.bz2
guru-ff7f66f13caacff5e4122dc754c2473c020dc0ee.zip
dev-python/etcd3gw: enable py3.10
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/etcd3gw')
-rw-r--r--dev-python/etcd3gw/etcd3gw-1.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 87c263b76..e6fe08e36 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1