diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-05-29 09:36:46 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-05-29 09:47:27 -0400 |
commit | e1aeffbdcce56852b8429a034673508cc10a85df (patch) | |
tree | adb26d8394d468b630a5dacfeac050e1ac8ba4e1 /dev-python/pytest-bdd | |
parent | profiles/base: release stable-mask for sci-libs/vtk[mpi] (diff) | |
download | gentoo-e1aeffbdcce56852b8429a034673508cc10a85df.tar.gz gentoo-e1aeffbdcce56852b8429a034673508cc10a85df.tar.bz2 gentoo-e1aeffbdcce56852b8429a034673508cc10a85df.zip |
dev-python/pytest-bdd: enable py3.12
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/pytest-bdd')
-rw-r--r-- | dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild b/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild index 034a74053f92..314501e8d553 100644 --- a/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild +++ b/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="BDD library for the pytest runner" |