diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-05 17:29:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-05 18:00:08 +0100 |
commit | 634c55be919523a7da814c4dd1dfdcc8ab2f1994 (patch) | |
tree | 35de102d33481a5aa64d02f64a0e359c0d3212c4 /dev-python/pywlroots | |
parent | dev-python/ansi2html: Stabilize 1.8.0-r2 ALLARCHES, #916897 (diff) | |
download | gentoo-634c55be919523a7da814c4dd1dfdcc8ab2f1994.tar.gz gentoo-634c55be919523a7da814c4dd1dfdcc8ab2f1994.tar.bz2 gentoo-634c55be919523a7da814c4dd1dfdcc8ab2f1994.zip |
dev-python/pywlroots: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pywlroots')
-rw-r--r-- | dev-python/pywlroots/pywlroots-0.16.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pywlroots/pywlroots-0.16.6.ebuild b/dev-python/pywlroots/pywlroots-0.16.6.ebuild index 15d6d590ef3f..ec91283c28fc 100644 --- a/dev-python/pywlroots/pywlroots-0.16.6.ebuild +++ b/dev-python/pywlroots/pywlroots-0.16.6.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |