commit: 9b0cce0b01ddaccbfc575908b12da5f352f07915
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Dec 4 22:34:59 2024 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Dec 4 23:28:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b0cce0b
dev-python/screeninfo: enable py3.13
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/screeninfo/screeninfo-0.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/screeninfo/screeninfo-0.8.1.ebuild
b/dev-python/screeninfo/screeninfo-0.8.1.ebuild
index 5d270350a..305cbddc0 100644
--- a/dev-python/screeninfo/screeninfo-0.8.1.ebuild
+++ b/dev-python/screeninfo/screeninfo-0.8.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1