diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-16 19:08:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-16 19:33:59 +0200 |
commit | d6e0f441c645e3c3d12c62bbb8d5408001353e56 (patch) | |
tree | 74c941a5be6a4e5f2f4d57bda88cd61c3753966b /dev-python/pytest-describe | |
parent | dev-python/pytest-custom-exit-code: Enable py3.13 (diff) | |
download | gentoo-d6e0f441c645e3c3d12c62bbb8d5408001353e56.tar.gz gentoo-d6e0f441c645e3c3d12c62bbb8d5408001353e56.tar.bz2 gentoo-d6e0f441c645e3c3d12c62bbb8d5408001353e56.zip |
dev-python/pytest-describe: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-describe')
-rw-r--r-- | dev-python/pytest-describe/pytest-describe-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-describe/pytest-describe-2.2.0.ebuild b/dev-python/pytest-describe/pytest-describe-2.2.0.ebuild index 1fc6441bd2c0..35f8cf927be0 100644 --- a/dev-python/pytest-describe/pytest-describe-2.2.0.ebuild +++ b/dev-python/pytest-describe/pytest-describe-2.2.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |