summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2022-06-18 15:14:50 +0000
committerPatrick Lauer <patrick@gentoo.org>2022-06-18 15:15:08 +0000
commit5b7772efc7edc6e89de60effdaf43eadac291b55 (patch)
treeec0d0ee9028e3f63c62da9fae5177a35323ef4c9 /dev-lang
parentdev-python/pylint: add 2.14.3 (diff)
downloadgentoo-5b7772efc7edc6e89de60effdaf43eadac291b55.tar.gz
gentoo-5b7772efc7edc6e89de60effdaf43eadac291b55.tar.bz2
gentoo-5b7772efc7edc6e89de60effdaf43eadac291b55.zip
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 <patrick@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/hy/hy-0.20.0.ebuild4
1 files 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 c26c538c2154..81083bb93717 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