summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-20 16:20:12 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-20 22:16:10 +0200
commit6fc5ce4f0744293e64bbfab9260782d475afefde (patch)
treecded6ebdb3d4b526321af9ccb1605ccbf2581072 /dev-python/pytest-datadir
parentdev-python/pytest-describe: Mark ALLARCHES (diff)
downloadgentoo-6fc5ce4f0744293e64bbfab9260782d475afefde.tar.gz
gentoo-6fc5ce4f0744293e64bbfab9260782d475afefde.tar.bz2
gentoo-6fc5ce4f0744293e64bbfab9260782d475afefde.zip
dev-python/pytest-datadir: bump to python 3.10
passes tests Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-datadir')
-rw-r--r--dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
index 12ceeb6ae7c8..1b2a63288973 100644
--- a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
+++ b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1