summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-25 11:13:51 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-25 11:28:44 +0200
commit3f0c8beae7604c57c7425bcfce5b8cdde686b172 (patch)
tree14e4f5a04ecd10f16dae9a4c10acccd05756cab7 /dev-python
parentdev-python/sphinxcontrib-websupport: Enable py3.13 (diff)
downloadgentoo-3f0c8beae7604c57c7425bcfce5b8cdde686b172.tar.gz
gentoo-3f0c8beae7604c57c7425bcfce5b8cdde686b172.tar.bz2
gentoo-3f0c8beae7604c57c7425bcfce5b8cdde686b172.zip
dev-python/pytest-param-files: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild b/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild
index 98feedea6e9b..bba2c95c8a52 100644
--- a/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild
+++ b/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1