diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-14 17:07:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-14 17:28:09 +0200 |
commit | feab27e3820ee45656deb6b4914fc5c378cda628 (patch) | |
tree | c741877006ae8786476f6ad714f0b67117e70ae6 /dev-python/pyqtgraph | |
parent | dev-python/pymetar: Enable py3.12 (diff) | |
download | gentoo-feab27e3820ee45656deb6b4914fc5c378cda628.tar.gz gentoo-feab27e3820ee45656deb6b4914fc5c378cda628.tar.bz2 gentoo-feab27e3820ee45656deb6b4914fc5c378cda628.zip |
dev-python/pyqtgraph: Enable py3.12
Closes: https://bugs.gentoo.org/929493
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyqtgraph')
-rw-r--r-- | dev-python/pyqtgraph/pyqtgraph-0.13.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyqtgraph/pyqtgraph-0.13.4.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.13.4.ebuild index 20e6be5610e7..a40e6d254d42 100644 --- a/dev-python/pyqtgraph/pyqtgraph-0.13.4.ebuild +++ b/dev-python/pyqtgraph/pyqtgraph-0.13.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 multiprocessing |