diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-12 17:28:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-12 18:29:43 +0200 |
commit | 1ce35ec88b6f231ce510eeeb70d147b422a38566 (patch) | |
tree | 2ae4cc2ceb7a7d64fd4dea79e7f813deda48aaea /dev-python/jaraco-test | |
parent | dev-python/jaraco-test: Fix testing (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/jaraco-test')
-rw-r--r-- | dev-python/jaraco-test/jaraco-test-5.4.0.ebuild | 2 |
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 |