summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-11-15 08:18:14 +0100
committerMichał Górny <mgorny@gentoo.org>2022-11-15 08:27:00 +0100
commit6bd4325d18ad38d4ce1f25946a8cc78ed0fb23bc (patch)
tree2f7710f410b91d2a397fd0b2640a04c3028a282d /dev-python/sentry-sdk
parentdev-python/sentry-sdk: Bump to 1.11.0 (diff)
downloadgentoo-6bd4325d18ad38d4ce1f25946a8cc78ed0fb23bc.tar.gz
gentoo-6bd4325d18ad38d4ce1f25946a8cc78ed0fb23bc.tar.bz2
gentoo-6bd4325d18ad38d4ce1f25946a8cc78ed0fb23bc.zip
dev-python/sentry-sdk: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sentry-sdk')
-rw-r--r--dev-python/sentry-sdk/sentry-sdk-1.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sentry-sdk/sentry-sdk-1.11.0.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.11.0.ebuild
index e9f303d0a89e..37cb0e0c46f6 100644
--- a/dev-python/sentry-sdk/sentry-sdk-1.11.0.ebuild
+++ b/dev-python/sentry-sdk/sentry-sdk-1.11.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1