summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:13:51 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:26:19 +0300
commite54bde218f0866f23631368719fb0cbe197514ea (patch)
tree461b46222ec5ee31640555cb31315d53cd4679c7 /dev-python/backcall
parentdev-python/ajsonrpc: enable py3.12 (diff)
downloadgentoo-e54bde218f0866f23631368719fb0cbe197514ea.tar.gz
gentoo-e54bde218f0866f23631368719fb0cbe197514ea.tar.bz2
gentoo-e54bde218f0866f23631368719fb0cbe197514ea.zip
dev-python/backcall: enable py3.12
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 ef894432263d..a2a882bb382c 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_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi