diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-28 10:47:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-28 11:40:54 +0200 |
commit | a53efd9c5a22e6b5a959b921aa57d1de1b6915b1 (patch) | |
tree | f158d807bc03b0bb7fd1da260c7b910ab139dd4d | |
parent | dev-python/pytest-ordering: Enable py3.13 (diff) | |
download | gentoo-a53efd9c5a22e6b5a959b921aa57d1de1b6915b1.tar.gz gentoo-a53efd9c5a22e6b5a959b921aa57d1de1b6915b1.tar.bz2 gentoo-a53efd9c5a22e6b5a959b921aa57d1de1b6915b1.zip |
dev-python/pytest-repeat: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild b/dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild index 02419898116d..6a9a1c6287c3 100644 --- a/dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild +++ b/dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |