diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:35:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:35:36 +0100 |
commit | 1d82478c2db8cc8dbd5222648a5546e74d96605f (patch) | |
tree | 96fa22c9c7a63a272b46396146af1c51bc4e1bd4 /dev-db | |
parent | dev-db/barman: Remove old (diff) | |
download | gentoo-1d82478c2db8cc8dbd5222648a5546e74d96605f.tar.gz gentoo-1d82478c2db8cc8dbd5222648a5546e74d96605f.tar.bz2 gentoo-1d82478c2db8cc8dbd5222648a5546e74d96605f.zip |
dev-db/barman: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/barman/barman-2.19.ebuild | 4 | ||||
-rw-r--r-- | dev-db/barman/barman-3.2.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/barman/barman-2.19.ebuild b/dev-db/barman/barman-2.19.ebuild index f3cfc26cec01..61731d231f6b 100644 --- a/dev-db/barman/barman-2.19.ebuild +++ b/dev-db/barman/barman-2.19.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 diff --git a/dev-db/barman/barman-3.2.0.ebuild b/dev-db/barman/barman-3.2.0.ebuild index 08998d1bf9e6..840baeef2427 100644 --- a/dev-db/barman/barman-3.2.0.ebuild +++ b/dev-db/barman/barman-3.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..11} ) RESTRICT="test" # missing azure sdk |