summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-09 18:19:48 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-09 18:20:44 +0200
commitd96b22235cc0d0a8c40c05002af686371dfa3e9a (patch)
tree164b4812b6480f223a96f7166b6558eb788f6ef1 /dev-python/prometheus_client
parentdev-python/send2trash: Port to py3.9 (diff)
downloadgentoo-d96b22235cc0d0a8c40c05002af686371dfa3e9a.tar.gz
gentoo-d96b22235cc0d0a8c40c05002af686371dfa3e9a.tar.bz2
gentoo-d96b22235cc0d0a8c40c05002af686371dfa3e9a.zip
dev-python/prometheus_client: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/prometheus_client')
-rw-r--r--dev-python/prometheus_client/prometheus_client-0.7.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"