summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-10 15:33:57 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-10 15:35:34 +0100
commit2f4f6c300c98f1655042c21fc6bc1f20a0c279ff (patch)
treee028e7d6265a6405a6dd0b055cab7958c752711b /app-backup/duplicity/duplicity-1.0.1-r1.ebuild
parentdev-python/aws-sam-translator: Remove old (diff)
downloadgentoo-2f4f6c300c98f1655042c21fc6bc1f20a0c279ff.tar.gz
gentoo-2f4f6c300c98f1655042c21fc6bc1f20a0c279ff.tar.bz2
gentoo-2f4f6c300c98f1655042c21fc6bc1f20a0c279ff.zip
app-backup/duplicity: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-backup/duplicity/duplicity-1.0.1-r1.ebuild')
-rw-r--r--app-backup/duplicity/duplicity-1.0.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
index 27e868f3d8f9..59350563f536 100644
--- a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
+++ b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 )
+PYTHON_COMPAT=( python3_10 python3_11 )
inherit distutils-r1