diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-20 16:22:45 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-20 16:23:32 +0200 |
commit | c592a9e941f0973640aaefe42810a9cb7e9b893d (patch) | |
tree | cba4575f9487031ddaa5a4e77a6c8fac4b554a20 /dev-python/whatthepatch | |
parent | dev-python/whatthepatch: deselect huge_patch test (diff) | |
download | gentoo-c592a9e941f0973640aaefe42810a9cb7e9b893d.tar.gz gentoo-c592a9e941f0973640aaefe42810a9cb7e9b893d.tar.bz2 gentoo-c592a9e941f0973640aaefe42810a9cb7e9b893d.zip |
dev-python/whatthepatch: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/whatthepatch')
-rw-r--r-- | dev-python/whatthepatch/whatthepatch-1.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/whatthepatch/whatthepatch-1.0.5.ebuild b/dev-python/whatthepatch/whatthepatch-1.0.5.ebuild index 219b7299dde1..9810e44f809c 100644 --- a/dev-python/whatthepatch/whatthepatch-1.0.5.ebuild +++ b/dev-python/whatthepatch/whatthepatch-1.0.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |