dev-python/python-technove: enable py3.13

Closes: #3776
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-10-26 22:41:41 +02:00
parent 2c5ee7fd13
commit d1d40bcabd
3 changed files with 4 additions and 4 deletions

View File

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