dev-python/rectangle-packer: enable py3.12, py3.13

Closes: https://bugs.gentoo.org/931419
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-05-15 12:19:01 -04:00
parent da3b321fe3
commit a8b22ca4e4

View File

@@ -2,9 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
inherit distutils-r1
DESCRIPTION="Pack a set of rectangles into a bounding box with minimum area"