update packages for python 3.13

This commit is contained in:
RokuRokuYon 2025-03-25 15:47:15 +01:00
parent 2852dce25b
commit 7d77ddb117
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi