commit:     ca695a19aa454504eddf9899ff436373754b20a3
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 17:22:51 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu May 13 19:08:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca695a19

dev-python/pytest-env: support python3_10

Dependencies are all in order, builds and installs fine.
No test suite but appears to work fine in a pytest test suite configured
to pull it in.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/pytest-env/pytest-env-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-env/pytest-env-0.6.2.ebuild 
b/dev-python/pytest-env/pytest-env-0.6.2.ebuild
index ae67df12a29..72f5a0e9e5e 100644
--- a/dev-python/pytest-env/pytest-env-0.6.2.ebuild
+++ b/dev-python/pytest-env/pytest-env-0.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="py.test plugin that allows you to add environment variables"

Reply via email to