app-misc/asciicast-tools: Add py312, remove py39 (bug #929327)

Closes: https://bugs.gentoo.org/929327
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2024-04-23 15:47:02 -07:00
parent 51a1581c11
commit f2c7fc57e6

View File

@@ -1,9 +1,9 @@
# Copyright 2020-2023 Gentoo Authors
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit python-r1