commit:     a8b22ca4e44abdf8d8da12b9bbcbf585a2ced637
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed May 15 16:19:01 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 16:55:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8b22ca4

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

Closes: https://bugs.gentoo.org/931419
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/rectangle-packer/rectangle-packer-2.0.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/rectangle-packer/rectangle-packer-2.0.2.ebuild 
b/dev-python/rectangle-packer/rectangle-packer-2.0.2.ebuild
index 86c6b766d6..4e4ff10d8c 100644
--- a/dev-python/rectangle-packer/rectangle-packer-2.0.2.ebuild
+++ b/dev-python/rectangle-packer/rectangle-packer-2.0.2.ebuild
@@ -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"

Reply via email to