repo/gentoo:master commit in: dev-python/hishel/

Michał Górny <[email protected]> Sun, 02 Aug 2026 17:34:40 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785692021.e06d9b2ebdbc29a071d9ea62b7e00b3848f05aa1.mgorny@gentoo>
commit:     e06d9b2ebdbc29a071d9ea62b7e00b3848f05aa1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  2 17:33:41 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug  2 17:33:41 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06d9b2e

dev-python/hishel: Enable py3.15

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/hishel/hishel-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hishel/hishel-1.3.0.ebuild b/dev-python/hishel/hishel-1.3.0.ebuild
index 0bae8b9a8fca..f0c3ba8ef449 100644
--- a/dev-python/hishel/hishel-1.3.0.ebuild
+++ b/dev-python/hishel/hishel-1.3.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