commit: b4bcf35728cbe5c28a04ab356628824d395539a4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 9 16:40:00 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 9 16:48:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4bcf357
dev-python/filelock: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/filelock/filelock-3.14.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/filelock/filelock-3.14.0.ebuild
b/dev-python/filelock/filelock-3.14.0.ebuild
index 48908464f081..b753c7275a84 100644
--- a/dev-python/filelock/filelock-3.14.0.ebuild
+++ b/dev-python/filelock/filelock-3.14.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi