From 5b7772efc7edc6e89de60effdaf43eadac291b55 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sat, 18 Jun 2022 15:14:50 +0000 Subject: [PATCH] dev-lang/hy: Add py3.10 support Closes: https://bugs.gentoo.org/845645 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick Lauer --- dev-lang/hy/hy-0.20.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/hy/hy-0.20.0.ebuild b/dev-lang/hy/hy-0.20.0.ebuild index c26c538c2154f..81083bb937172 100644 --- a/dev-lang/hy/hy-0.20.0.ebuild +++ b/dev-lang/hy/hy-0.20.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1