diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-05 20:14:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-05 20:19:23 +0200 |
commit | 9e5342f23738dd0e2df030a1909538557327bfd0 (patch) | |
tree | 5ceaa79fbecb8f9c581029c9dafa80b431715022 /dev-python/pytest-fixture-config | |
parent | dev-python/setuptools-git: Enable python3.10 (diff) | |
download | gentoo-9e5342f23738dd0e2df030a1909538557327bfd0.tar.gz gentoo-9e5342f23738dd0e2df030a1909538557327bfd0.tar.bz2 gentoo-9e5342f23738dd0e2df030a1909538557327bfd0.zip |
dev-python/pytest-fixture-config: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-fixture-config')
-rw-r--r-- | dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild index 2d2a9a122119..f410e635d27c 100644 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |