commit: c0e3150d7cbcd826dad52cf8c92b1db96f391fd3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 16:56:32 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 14 20:01:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e3150d
dev-python/boto3: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/boto3/boto3-1.23.0.ebuild | 2 +-
dev-python/boto3/boto3-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/boto3/boto3-1.23.0.ebuild
b/dev-python/boto3/boto3-1.23.0.ebuild
index fd6e0d8ebf01..8b87bf9ae488 100644
--- a/dev-python/boto3/boto3-1.23.0.ebuild
+++ b/dev-python/boto3/boto3-1.23.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 multiprocessing
diff --git a/dev-python/boto3/boto3-9999.ebuild
b/dev-python/boto3/boto3-9999.ebuild
index fd6e0d8ebf01..8b87bf9ae488 100644
--- a/dev-python/boto3/boto3-9999.ebuild
+++ b/dev-python/boto3/boto3-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 multiprocessing