summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:04:50 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:04:50 +0300
commit7e33f350faea4ae9d95e9da6a426d59cd0c2d250 (patch)
tree5854a4dbeb54dc5a6f06c6d5996fa2f3a49ecf1d
parentdev-python/wsproto: enable py3.12 (diff)
downloadgentoo-7e33f350faea4ae9d95e9da6a426d59cd0c2d250.tar.gz
gentoo-7e33f350faea4ae9d95e9da6a426d59cd0c2d250.tar.bz2
gentoo-7e33f350faea4ae9d95e9da6a426d59cd0c2d250.zip
dev-python/whatthepatch: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/whatthepatch/whatthepatch-1.0.5.ebuild2
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 28281938d7b7..333cdee60491 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..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi