From 1be39c32302abd89bfcff2140fbdf8129adb4a49 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 28 May 2022 10:22:43 +0200 Subject: [PATCH] dev-python/etcd3: enable py3.10 Signed-off-by: Alessandro Barbieri --- dev-python/etcd3/etcd3-0.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/etcd3/etcd3-0.12.0.ebuild b/dev-python/etcd3/etcd3-0.12.0.ebuild index a67dc504b1..45bf1d44c6 100644 --- a/dev-python/etcd3/etcd3-0.12.0.ebuild +++ b/dev-python/etcd3/etcd3-0.12.0.ebuild @@ -9,7 +9,7 @@ EPYTEST_DESELECT=( tests/test_etcd3.py::TestEtcd3 tests/test_etcd3.py::TestAlarms ) -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1