summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-07-15 21:15:29 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-07-15 21:15:29 +0300
commit2e18f69aec085db2c0a341529e3f575769f1d873 (patch)
tree3bfc11e75d3a6cb87d0988264d1a13bab53fe548 /virtual
parentdev-python/greenlet: enable py3.11 (diff)
downloadgentoo-2e18f69aec085db2c0a341529e3f575769f1d873.tar.gz
gentoo-2e18f69aec085db2c0a341529e3f575769f1d873.tar.bz2
gentoo-2e18f69aec085db2c0a341529e3f575769f1d873.zip
virtual/python-greenlet: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/python-greenlet/python-greenlet-1.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
index bd5af4120b1a..4b5418a9e45a 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r2.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_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit python-r1