diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-01 13:34:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-01 13:48:06 +0200 |
commit | a772dbffe8715c5ead8b16140bd6ef1837465fc5 (patch) | |
tree | 793896cc6025c9eae0c32172ce9b1b0ae000c246 /x11-wm | |
parent | dev-python/libcst: Add test dep on dev-python/black (diff) | |
download | gentoo-a772dbffe8715c5ead8b16140bd6ef1837465fc5.tar.gz gentoo-a772dbffe8715c5ead8b16140bd6ef1837465fc5.tar.bz2 gentoo-a772dbffe8715c5ead8b16140bd6ef1837465fc5.zip |
x11-wm/qtile: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/qtile/qtile-0.25.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/qtile/qtile-0.25.0.ebuild b/x11-wm/qtile/qtile-0.25.0.ebuild index 59ec0c0d2ac3..3fe2733dd15e 100644 --- a/x11-wm/qtile/qtile-0.25.0.ebuild +++ b/x11-wm/qtile/qtile-0.25.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi virtualx |