dev-python/flexmock: Enable py3.13

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-17 19:46:24 +02:00
parent 7c764d144a
commit b5e8247d58

View File

@@ -4,12 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..12} pypy3 )
PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="Testing library to create mocks, stubs and fakes"
HOMEPAGE="https://flexmock.readthedocs.io/"
HOMEPAGE="
https://flexmock.readthedocs.io/
https://github.com/flexmock/flexmock/
https://pypi.org/project/flexmock/
"
LICENSE="BSD"
SLOT="0"