summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-27 18:33:10 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-27 18:33:10 +0200
commit6ef7502f64e64d8dba3498992fae2d3014686b2e (patch)
tree2cd456aa247677f9b02d7d64da1b6acee06f0340 /dev-python
parentc56ef4e8d608ab503ebc4fb7147ba1567b6e1f4f (diff)
downloadgentoo-6ef7502f64e64d8dba3498992fae2d3014686b2e.tar.gz
gentoo-6ef7502f64e64d8dba3498992fae2d3014686b2e.tar.bz2
gentoo-6ef7502f64e64d8dba3498992fae2d3014686b2e.zip
dev-python/python-gammu: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild b/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild
index d053fd02f1a37..47d57adff05f8 100644
--- a/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild
+++ b/dev-python/python-gammu/python-gammu-3.2.4-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1