Update python packages to support 3.14

This commit is contained in:
Sravan Balaji
2025-03-25 18:49:05 -04:00
parent 2b69343213
commit 714a8cafb0
5 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
distutils_enable_tests pytest