Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
Date: Sat, 14 May 2022 20:01:47
Message-Id: 1652558498.c0e3150d7cbcd826dad52cf8c92b1db96f391fd3.mgorny@gentoo
1 commit: c0e3150d7cbcd826dad52cf8c92b1db96f391fd3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 14 16:56:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 14 20:01:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e3150d
7
8 dev-python/boto3: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/boto3/boto3-1.23.0.ebuild | 2 +-
13 dev-python/boto3/boto3-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/boto3/boto3-1.23.0.ebuild b/dev-python/boto3/boto3-1.23.0.ebuild
17 index fd6e0d8ebf01..8b87bf9ae488 100644
18 --- a/dev-python/boto3/boto3-1.23.0.ebuild
19 +++ b/dev-python/boto3/boto3-1.23.0.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=8
22
23 DISTUTILS_USE_PEP517=setuptools
24 -PYTHON_COMPAT=( python3_{8..10} )
25 +PYTHON_COMPAT=( python3_{8..11} )
26
27 inherit distutils-r1 multiprocessing
28
29
30 diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild
31 index fd6e0d8ebf01..8b87bf9ae488 100644
32 --- a/dev-python/boto3/boto3-9999.ebuild
33 +++ b/dev-python/boto3/boto3-9999.ebuild
34 @@ -4,7 +4,7 @@
35 EAPI=8
36
37 DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 +PYTHON_COMPAT=( python3_{8..11} )
40
41 inherit distutils-r1 multiprocessing