Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonpatch/
Date: Wed, 18 May 2022 14:22:59
Message-Id: 1652883764.086202bea20304cfd62ecdedb3554cc93ffada0f.andrewammerlaan@gentoo
1 commit: 086202bea20304cfd62ecdedb3554cc93ffada0f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 18 14:03:33 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed May 18 14:22:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=086202be
7
8 dev-python/jsonpatch: enable py3.11
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/jsonpatch/jsonpatch-1.32.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/jsonpatch/jsonpatch-1.32.ebuild b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
16 index ca8996d5e05c..4f3894a984da 100644
17 --- a/dev-python/jsonpatch/jsonpatch-1.32.ebuild
18 +++ b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python3_{8..10} )
26 +PYTHON_COMPAT=( python3_{8..11} )
27
28 inherit distutils-r1