summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-16 06:06:19 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-16 06:18:58 +0200
commitdd5398ec23ab4b02806808bbef65c6dad4527dcc (patch)
tree6f067f9472e77064819db0cf7fca0a380932b66e /dev-python/boto3
parentdev-python/s3transfer: Enable py3.12 (diff)
downloadgentoo-dd5398ec23ab4b02806808bbef65c6dad4527dcc.tar.gz
gentoo-dd5398ec23ab4b02806808bbef65c6dad4527dcc.tar.bz2
gentoo-dd5398ec23ab4b02806808bbef65c6dad4527dcc.zip
dev-python/boto3: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/boto3')
-rw-r--r--dev-python/boto3/boto3-1.28.27.ebuild2
-rw-r--r--dev-python/boto3/boto3-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/boto3/boto3-1.28.27.ebuild b/dev-python/boto3/boto3-1.28.27.ebuild
index 2a4a7643203e..d155ad52d110 100644
--- a/dev-python/boto3/boto3-1.28.27.ebuild
+++ b/dev-python/boto3/boto3-1.28.27.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 multiprocessing
diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild
index 02acad650533..d155ad52d110 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_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 multiprocessing