summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-14 18:56:32 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-14 22:01:38 +0200
commitc0e3150d7cbcd826dad52cf8c92b1db96f391fd3 (patch)
treeffe45cc32fe48306114e6de314a71c92a4a30041 /dev-python/boto3/boto3-9999.ebuild
parentdev-python/s3transfer: Enable py3.11 (diff)
downloadgentoo-c0e3150d7cbcd826dad52cf8c92b1db96f391fd3.tar.gz
gentoo-c0e3150d7cbcd826dad52cf8c92b1db96f391fd3.tar.bz2
gentoo-c0e3150d7cbcd826dad52cf8c92b1db96f391fd3.zip
dev-python/boto3: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/boto3/boto3-9999.ebuild')
-rw-r--r--dev-python/boto3/boto3-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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