dev-python/pydecomp: enable py3.13

Signed-off-by: Ian Jordan <immoloism@gmail.com>
From: https://github.com/gentoo/gentoo/pull/39324
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Ian Jordan 2024-11-15 03:24:43 +00:00 committed by Zac Medico
parent f518fb75e4
commit 3d0e7ca9d5
No known key found for this signature in database
GPG Key ID: D075FB8C104A3D20
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1