From d96b22235cc0d0a8c40c05002af686371dfa3e9a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 9 Jun 2020 18:19:48 +0200 Subject: dev-python/prometheus_client: Port to py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/prometheus_client/prometheus_client-0.7.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/prometheus_client/prometheus_client-0.7.1-r1.ebuild b/dev-python/prometheus_client/prometheus_client-0.7.1-r1.ebuild index 1462bdee06bd..f97aa000cb03 100644 --- a/dev-python/prometheus_client/prometheus_client-0.7.1-r1.ebuild +++ b/dev-python/prometheus_client/prometheus_client-0.7.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 DESCRIPTION="Python client for the Prometheus monitoring system" -- cgit v1.2.3-65-gdbad