summaryrefslogtreecommitdiff
path: root/dev-python/convertdate
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-27 19:13:06 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-27 19:13:06 +0000
commit1957fbcdee61de322e590f5da02431912824641a (patch)
treefd2a494100c7f5946db432858aa0a7bad778b380 /dev-python/convertdate
parentcee0acc9c12bedc910769969d6bc044964b03a5b (diff)
downloadbaldeagleos-repo-1957fbcdee61de322e590f5da02431912824641a.tar.gz
baldeagleos-repo-1957fbcdee61de322e590f5da02431912824641a.tar.xz
baldeagleos-repo-1957fbcdee61de322e590f5da02431912824641a.zip
Adding metadata
Diffstat (limited to 'dev-python/convertdate')
-rw-r--r--dev-python/convertdate/convertdate-2.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/convertdate/convertdate-2.4.0.ebuild b/dev-python/convertdate/convertdate-2.4.0.ebuild
index 92d4efd95726..dcfd5b47562c 100644
--- a/dev-python/convertdate/convertdate-2.4.0.ebuild
+++ b/dev-python/convertdate/convertdate-2.4.0.ebuild
@@ -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_{9,10,11,12,13} )
+PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1