summaryrefslogtreecommitdiff
path: root/dev-python/flatdict
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-17 18:59:18 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-17 18:59:18 +0000
commite1bc9878cdf2ca006889a7f210a51592a5989d4a (patch)
tree5febfd0d420e8b573dcd2d0b42cd8b2a7418cf42 /dev-python/flatdict
parentf767356f836788e2bb2843072155579fe8d8d214 (diff)
downloadbaldeagleos-repo-e1bc9878cdf2ca006889a7f210a51592a5989d4a.tar.gz
baldeagleos-repo-e1bc9878cdf2ca006889a7f210a51592a5989d4a.tar.xz
baldeagleos-repo-e1bc9878cdf2ca006889a7f210a51592a5989d4a.zip
Adding metadata
Diffstat (limited to 'dev-python/flatdict')
-rw-r--r--dev-python/flatdict/flatdict-4.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flatdict/flatdict-4.0.1.ebuild b/dev-python/flatdict/flatdict-4.0.1.ebuild
index fe4fdc45d57f..9c69cb1533e9 100644
--- a/dev-python/flatdict/flatdict-4.0.1.ebuild
+++ b/dev-python/flatdict/flatdict-4.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-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