commit:     173b1bae11781f79002a074de18054c47b981771
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 13 23:12:06 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Feb 13 23:12:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173b1bae

app-misc/asciinema: Add Python 3.13

The tests pass. Also manually tested.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-misc/asciinema/asciinema-2.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/asciinema/asciinema-2.4.0.ebuild 
b/app-misc/asciinema/asciinema-2.4.0.ebuild
index dbcf1ee0fdc8..727b531fb1c9 100644
--- a/app-misc/asciinema/asciinema-2.4.0.ebuild
+++ b/app-misc/asciinema/asciinema-2.4.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 

Reply via email to