dev-python/timeslot: enable py3.13, py3.14

Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-05-11 12:49:47 +02:00
parent 2c598c23c6
commit 8e2ee25021

View File

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