commit: b4de0819c9fee1cf3c71ffa08bb5537f5a92b577
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 06:16:29 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 07:18:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4de0819
dev-python/tblib: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tblib/tblib-1.7.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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