summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-12 22:14:59 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-12 22:14:59 +0300
commitb0e1f7e814b71eca5c9fc16857a2fceea24a8290 (patch)
tree3aba3601e10256888c9bbaabeffda98740eaafd8 /dev-python/backcall
parentdev-python/apipkg: enable py3.11 (diff)
downloadgentoo-b0e1f7e814b71eca5c9fc16857a2fceea24a8290.tar.gz
gentoo-b0e1f7e814b71eca5c9fc16857a2fceea24a8290.tar.bz2
gentoo-b0e1f7e814b71eca5c9fc16857a2fceea24a8290.zip
dev-python/backcall: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/backcall')
-rw-r--r--dev-python/backcall/backcall-0.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backcall/backcall-0.2.0-r1.ebuild b/dev-python/backcall/backcall-0.2.0-r1.ebuild
index b4920b10ac21..cdd11a8d5655 100644
--- a/dev-python/backcall/backcall-0.2.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.2.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1