dev-python/timeslot: enable py3.12

Closes: https://bugs.gentoo.org/931434
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-05-08 12:42:06 +02:00
parent fc5ad1940f
commit a8b2ae5b3d

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..11} pypy3 )
PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi