From 12fd3229d7e64a5e3e8522cfcfdcdff28783eea4 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 29 May 2022 22:35:44 +0200 Subject: [PATCH] dev-python/openstep-plist: enable py3.10 Closes: https://bugs.gentoo.org/848219 Signed-off-by: Alessandro Barbieri --- dev-python/openstep-plist/openstep-plist-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/openstep-plist/openstep-plist-0.3.0.ebuild b/dev-python/openstep-plist/openstep-plist-0.3.0.ebuild index d59260dbd9..e0edf4a260 100644 --- a/dev-python/openstep-plist/openstep-plist-0.3.0.ebuild +++ b/dev-python/openstep-plist/openstep-plist-0.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1