summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-11 10:47:49 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-11 11:07:18 +0200
commitf057bdfea23b77ccb1bdd00c4a538e03fe9d3392 (patch)
tree2129670f95e8aa131074de954c672deb5d816b0a /dev-python/pytest-xprocess
parentdev-python/watchdog: Enable py3.13 (diff)
downloadgentoo-f057bdfea23b77ccb1bdd00c4a538e03fe9d3392.tar.gz
gentoo-f057bdfea23b77ccb1bdd00c4a538e03fe9d3392.tar.bz2
gentoo-f057bdfea23b77ccb1bdd00c4a538e03fe9d3392.zip
dev-python/pytest-xprocess: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xprocess')
-rw-r--r--dev-python/pytest-xprocess/pytest-xprocess-1.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xprocess/pytest-xprocess-1.0.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-1.0.1.ebuild
index fc857a64ede7..5e9eab62aab3 100644
--- a/dev-python/pytest-xprocess/pytest-xprocess-1.0.1.ebuild
+++ b/dev-python/pytest-xprocess/pytest-xprocess-1.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi