summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-13 08:16:29 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-13 09:18:51 +0200
commitb4de0819c9fee1cf3c71ffa08bb5537f5a92b577 (patch)
treea57a457a34bdcbeb23250387ea5b6d0f31b7ca65 /dev-python/tblib
parentdev-python/tblib: Use PEP517 build (diff)
downloadgentoo-b4de0819c9fee1cf3c71ffa08bb5537f5a92b577.tar.gz
gentoo-b4de0819c9fee1cf3c71ffa08bb5537f5a92b577.tar.bz2
gentoo-b4de0819c9fee1cf3c71ffa08bb5537f5a92b577.zip
dev-python/tblib: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tblib')
-rw-r--r--dev-python/tblib/tblib-1.7.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tblib/tblib-1.7.0-r1.ebuild b/dev-python/tblib/tblib-1.7.0-r1.ebuild
index a1a281d2eb4d..07098eb74f9f 100644
--- a/dev-python/tblib/tblib-1.7.0-r1.ebuild
+++ b/dev-python/tblib/tblib-1.7.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1