diff options
author | Andrew Udvare <audvare@gmail.com> | 2023-05-02 19:24:30 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-06 16:39:55 +0100 |
commit | d785709f4e69912ca3b049a822c14d43bbc00741 (patch) | |
tree | 9e453d44c62e2507f49360fe3a9da0700fd188b7 /app-misc/liquidctl | |
parent | dev-python/freetype-py: New package, v2.4.0 (diff) | |
download | gentoo-d785709f4e69912ca3b049a822c14d43bbc00741.tar.gz gentoo-d785709f4e69912ca3b049a822c14d43bbc00741.tar.bz2 gentoo-d785709f4e69912ca3b049a822c14d43bbc00741.zip |
app-misc/liquidctl: enable py3.11
Closes: https://bugs.gentoo.org/896586
Signed-off-by: Andrew Udvare <audvare@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30849
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/liquidctl')
-rw-r--r-- | app-misc/liquidctl/liquidctl-1.11.1.ebuild | 2 | ||||
-rw-r--r-- | app-misc/liquidctl/liquidctl-1.12.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/liquidctl/liquidctl-1.11.1.ebuild b/app-misc/liquidctl/liquidctl-1.11.1.ebuild index 52966a59984d..fdca0eeda7b6 100644 --- a/app-misc/liquidctl/liquidctl-1.11.1.ebuild +++ b/app-misc/liquidctl/liquidctl-1.11.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 udev diff --git a/app-misc/liquidctl/liquidctl-1.12.1.ebuild b/app-misc/liquidctl/liquidctl-1.12.1.ebuild index 129fe11d70df..fdca0eeda7b6 100644 --- a/app-misc/liquidctl/liquidctl-1.12.1.ebuild +++ b/app-misc/liquidctl/liquidctl-1.12.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 udev |