Skip to content

Commit

Permalink
app-backup/duplicity: Remove Python < 3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 10, 2023
1 parent 5f89eac commit 2f4f6c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app-backup/duplicity/duplicity-0.8.23-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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 )
PYTHON_COMPAT=( python3_10 )

inherit distutils-r1

Expand Down
4 changes: 2 additions & 2 deletions app-backup/duplicity/duplicity-1.0.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions app-backup/duplicity/duplicity-1.0.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2f4f6c3

Please sign in to comment.