summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-07-16 14:13:40 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-07-16 15:22:33 +0300
commit3b8474a3d784fc4d549a8c7500cba9046785a779 (patch)
tree4ec4c5ffdcdb38c93465ee8fc0e2b978bb59e462 /dev-python
parentdev-python/ipython_genutils: enable py3.11 (diff)
downloadgentoo-3b8474a3d784fc4d549a8c7500cba9046785a779.tar.gz
gentoo-3b8474a3d784fc4d549a8c7500cba9046785a779.tar.bz2
gentoo-3b8474a3d784fc4d549a8c7500cba9046785a779.zip
dev-python/prometheus_client: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/prometheus_client/prometheus_client-0.14.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/prometheus_client/prometheus_client-0.14.1.ebuild b/dev-python/prometheus_client/prometheus_client-0.14.1.ebuild
index 8f062df5bf59..60739a3214ee 100644
--- a/dev-python/prometheus_client/prometheus_client-0.14.1.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.14.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1