diff options
author | 2024-05-08 18:39:58 +0200 | |
---|---|---|
committer | 2024-05-08 20:31:18 +0200 | |
commit | ccbaf4e9a78cec61c296312bfcd3579ddbb84931 (patch) | |
tree | 5fb056bb92dfc2b0cc31ea4e9e41adc3c036a556 | |
parent | dev-python/iniconfig: Enable py3.13 (diff) | |
download | gentoo-ccbaf4e9a78cec61c296312bfcd3579ddbb84931.tar.gz gentoo-ccbaf4e9a78cec61c296312bfcd3579ddbb84931.tar.bz2 gentoo-ccbaf4e9a78cec61c296312bfcd3579ddbb84931.zip |
dev-python/pytest: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pytest/pytest-8.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-8.2.0.ebuild b/dev-python/pytest/pytest-8.2.0.ebuild index 32656cf32700..7c7bab6ebe19 100644 --- a/dev-python/pytest/pytest-8.2.0.ebuild +++ b/dev-python/pytest/pytest-8.2.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_TESTED=( python3_{10..12} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13 ) inherit distutils-r1 pypi |