diff options
author | 2024-05-25 11:15:32 +0200 | |
---|---|---|
committer | 2024-05-25 11:28:46 +0200 | |
commit | 9e3fca98ab61c8b51e4d341d35c3b610da6258d0 (patch) | |
tree | e17001a1b729719a52bbc6e06d5317c41328ef28 /dev-python/sphinx-pytest | |
parent | dev-python/pytest-param-files: Remove old (diff) | |
download | gentoo-9e3fca98ab61c8b51e4d341d35c3b610da6258d0.tar.gz gentoo-9e3fca98ab61c8b51e4d341d35c3b610da6258d0.tar.bz2 gentoo-9e3fca98ab61c8b51e4d341d35c3b610da6258d0.zip |
dev-python/sphinx-pytest: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-pytest')
-rw-r--r-- | dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild index df9d9d28057a..ae39111fbe5d 100644 --- a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild +++ b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 |