summaryrefslogtreecommitdiff
path: root/dev-python/deepdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/deepdiff')
-rw-r--r--dev-python/deepdiff/deepdiff-8.5.0.ebuild2
-rw-r--r--dev-python/deepdiff/deepdiff-8.6.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/deepdiff/deepdiff-8.5.0.ebuild b/dev-python/deepdiff/deepdiff-8.5.0.ebuild
index 16b933fca965..e42215e72a98 100644
--- a/dev-python/deepdiff/deepdiff-8.5.0.ebuild
+++ b/dev-python/deepdiff/deepdiff-8.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9,10,11,12,13,14} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
diff --git a/dev-python/deepdiff/deepdiff-8.6.1.ebuild b/dev-python/deepdiff/deepdiff-8.6.1.ebuild
index 624140382712..f5ba2acbcf53 100644
--- a/dev-python/deepdiff/deepdiff-8.6.1.ebuild
+++ b/dev-python/deepdiff/deepdiff-8.6.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9,10,11,12,13,14} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi