summaryrefslogtreecommitdiff
path: root/dev-python/urwid-readline
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-25 06:59:56 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-25 06:59:56 +0000
commit7905b85a5dde08d4760319aa85fa4fa8954e8548 (patch)
treeeb4955d2c950ca4d00b5d51a9a0101975759378f /dev-python/urwid-readline
parente7db7379fcca2dcb309c8c5bf5dec5d11a31ae47 (diff)
downloadbaldeagleos-repo-7905b85a5dde08d4760319aa85fa4fa8954e8548.tar.gz
baldeagleos-repo-7905b85a5dde08d4760319aa85fa4fa8954e8548.tar.xz
baldeagleos-repo-7905b85a5dde08d4760319aa85fa4fa8954e8548.zip
Adding metadata
Diffstat (limited to 'dev-python/urwid-readline')
-rw-r--r--dev-python/urwid-readline/urwid-readline-0.15.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/urwid-readline/urwid-readline-0.15.1.ebuild b/dev-python/urwid-readline/urwid-readline-0.15.1.ebuild
index 1991fd27d609..e2dee7cc3808 100644
--- a/dev-python/urwid-readline/urwid-readline-0.15.1.ebuild
+++ b/dev-python/urwid-readline/urwid-readline-0.15.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1