summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-12 17:28:53 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-12 18:29:43 +0200
commit1ce35ec88b6f231ce510eeeb70d147b422a38566 (patch)
tree2ae4cc2ceb7a7d64fd4dea79e7f813deda48aaea
parentdev-python/jaraco-test: Fix testing (diff)
downloadgentoo-1ce35ec88b6f231ce510eeeb70d147b422a38566.tar.gz
gentoo-1ce35ec88b6f231ce510eeeb70d147b422a38566.tar.bz2
gentoo-1ce35ec88b6f231ce510eeeb70d147b422a38566.zip
dev-python/jaraco-test: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jaraco-test/jaraco-test-5.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-test/jaraco-test-5.4.0.ebuild b/dev-python/jaraco-test/jaraco-test-5.4.0.ebuild
index 8c6366b403af..005487247012 100644
--- a/dev-python/jaraco-test/jaraco-test-5.4.0.ebuild
+++ b/dev-python/jaraco-test/jaraco-test-5.4.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi