dev-python/casttube: enable py3.14

Closes: https://bugs.gentoo.org/973841
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2026-05-05 21:53:45 -05:00
parent 17b0c4faa8
commit 9c37d3b3bb

View File

@@ -1,10 +1,10 @@
# Copyright 2021-2025 Gentoo Authors
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1 pypi