diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-24 18:53:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-24 19:51:00 +0200 |
commit | 515f23349dbf08e831a87045de319928eb025795 (patch) | |
tree | ce67efd573c9a3555a8011c00aa0b55b94be8317 /dev-python/widgetsnbextension | |
parent | dev-python/pendulum: Enable py3.12 (diff) | |
download | gentoo-515f23349dbf08e831a87045de319928eb025795.tar.gz gentoo-515f23349dbf08e831a87045de319928eb025795.tar.bz2 gentoo-515f23349dbf08e831a87045de319928eb025795.zip |
dev-python/widgetsnbextension: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/widgetsnbextension')
-rw-r--r-- | dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild b/dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild index 228b819a7b63..e64bec9812dc 100644 --- a/dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild +++ b/dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 pypi |