diff --git a/dev-python/opentelemetry-instrumentation/opentelemetry-instrumentation-0.63_beta1.ebuild b/dev-python/opentelemetry-instrumentation/opentelemetry-instrumentation-0.63_beta1.ebuild index f84e992e2d..2bf482755b 100644 --- a/dev-python/opentelemetry-instrumentation/opentelemetry-instrumentation-0.63_beta1.ebuild +++ b/dev-python/opentelemetry-instrumentation/opentelemetry-instrumentation-0.63_beta1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1