aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-12 17:53:56 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-12 17:53:56 +0500
commit41008d715cc7b84056a64933f14288647f14b6fa (patch)
tree754c5319e41aa6c0a05ca29671acbdd61e6e771f /dev-python/osprofiler
parentmedia-fonts/twemoji: add 14.0.2 (diff)
downloadguru-41008d715cc7b84056a64933f14288647f14b6fa.tar.gz
guru-41008d715cc7b84056a64933f14288647f14b6fa.tar.bz2
guru-41008d715cc7b84056a64933f14288647f14b6fa.zip
*/*: drop dead py3.8 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-python/osprofiler')
-rw-r--r--dev-python/osprofiler/osprofiler-3.4.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/osprofiler/osprofiler-3.4.3.ebuild b/dev-python/osprofiler/osprofiler-3.4.3.ebuild
index 5719aa521..595fb7adc 100644
--- a/dev-python/osprofiler/osprofiler-3.4.3.ebuild
+++ b/dev-python/osprofiler/osprofiler-3.4.3.ebuild
@@ -12,7 +12,7 @@ EPYTEST_DESELECT=(
osprofiler/tests/unit/test_profiler.py::test_fn_exc
)
EPYTEST_IGNORE=( osprofiler/tests/unit/drivers/test_jaeger.py )
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1