diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-27 19:58:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-27 20:02:29 +0200 |
commit | 68ab2756e4e49b0d826010f945df37bbbe1d3028 (patch) | |
tree | 2c7a01c3210413a27c9c8592785cb38a39f74036 /dev-python/pyghmi | |
parent | dev-python/omemo-dr: Enable py3.12 (diff) | |
download | gentoo-68ab2756e4e49b0d826010f945df37bbbe1d3028.tar.gz gentoo-68ab2756e4e49b0d826010f945df37bbbe1d3028.tar.bz2 gentoo-68ab2756e4e49b0d826010f945df37bbbe1d3028.zip |
dev-python/pyghmi: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyghmi')
-rw-r--r-- | dev-python/pyghmi/pyghmi-1.5.64.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyghmi/pyghmi-1.5.64.ebuild b/dev-python/pyghmi/pyghmi-1.5.64.ebuild index 385e2b0dd253..44595c393c66 100644 --- a/dev-python/pyghmi/pyghmi-1.5.64.ebuild +++ b/dev-python/pyghmi/pyghmi-1.5.64.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 |