diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-16 19:09:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-16 19:34:01 +0200 |
commit | 81f12dcfaf5793c0fd8645ea12d8e11de8cb87d1 (patch) | |
tree | a4f36a4b925f8252f4c8dcd5a69ab68e19f80ad3 /dev-python/pytest-datafiles | |
parent | dev-python/pytest-env: Enable py3.13 (diff) | |
download | gentoo-81f12dcfaf5793c0fd8645ea12d8e11de8cb87d1.tar.gz gentoo-81f12dcfaf5793c0fd8645ea12d8e11de8cb87d1.tar.bz2 gentoo-81f12dcfaf5793c0fd8645ea12d8e11de8cb87d1.zip |
dev-python/pytest-datafiles: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-datafiles')
-rw-r--r-- | dev-python/pytest-datafiles/pytest-datafiles-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-datafiles/pytest-datafiles-3.0.0.ebuild b/dev-python/pytest-datafiles/pytest-datafiles-3.0.0.ebuild index 172d173224f9..1a3c593de3cf 100644 --- a/dev-python/pytest-datafiles/pytest-datafiles-3.0.0.ebuild +++ b/dev-python/pytest-datafiles/pytest-datafiles-3.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 |