commit: 6598fa1b025b5d8fb5e9a2a23674c3b4663ba886
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 9 16:25:20 2022 +0000
Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 16:29:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6598fa1b
dev-python/patatt: support python 3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
dev-python/patatt/patatt-0.4.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/patatt/patatt-0.4.9.ebuild
b/dev-python/patatt/patatt-0.4.9.ebuild
index daae688c710b..13bc17c3a9b9 100644
--- a/dev-python/patatt/patatt-0.4.9.ebuild
+++ b/dev-python/patatt/patatt-0.4.9.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit distutils-r1