diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 00:04:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 00:04:50 +0300 |
commit | 7e33f350faea4ae9d95e9da6a426d59cd0c2d250 (patch) | |
tree | 5854a4dbeb54dc5a6f06c6d5996fa2f3a49ecf1d | |
parent | dev-python/wsproto: enable py3.12 (diff) | |
download | gentoo-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.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 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 |