diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-20 16:20:12 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-20 22:16:10 +0200 |
commit | 6fc5ce4f0744293e64bbfab9260782d475afefde (patch) | |
tree | cded6ebdb3d4b526321af9ccb1605ccbf2581072 /dev-python/pytest-datadir | |
parent | dev-python/pytest-describe: Mark ALLARCHES (diff) | |
download | gentoo-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.ebuild | 4 |
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 |