repo/gentoo:master commit in: dev-python/rq/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786945337.5d8eed9942a1fc74ff5f9ca5c261c99997c744fb.mgorny@gentoo> |
commit: 5d8eed9942a1fc74ff5f9ca5c261c99997c744fb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 05:27:23 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 05:42:17 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8eed99
dev-python/rq: Enable py3.15
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rq/rq-2.11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rq/rq-2.11.0.ebuild b/dev-python/rq/rq-2.11.0.ebuild
index a81236d7749c..74f6cc9c19dc 100644
--- a/dev-python/rq/rq-2.11.0.ebuild
+++ b/dev-python/rq/rq-2.11.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{12..14} )
+PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi