summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-10 15:03:45 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-10 15:15:21 +0100
commitda45069a212135067222797888ee26e744f8255f (patch)
treea0ee9ef0559953a9622bdd186094f4016f4d15c9 /dev-python
parentapp-admin/ansible-molecule: Remove Python < 3.10 (diff)
downloadgentoo-da45069a212135067222797888ee26e744f8255f.tar.gz
gentoo-da45069a212135067222797888ee26e744f8255f.tar.bz2
gentoo-da45069a212135067222797888ee26e744f8255f.zip
dev-python/pytest-testinfra: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild b/dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild
index e856f068f367..8969cefa4304 100644
--- a/dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild
+++ b/dev-python/pytest-testinfra/pytest-testinfra-7.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
inherit distutils-r1