diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-16 19:27:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-16 19:34:09 +0200 |
commit | 15756bea3ccea8d63963b9ea08bcfc6096c20825 (patch) | |
tree | d0832cd66d7e6bc4ef58d0d51b1358fc986593c5 /dev-python/pywlroots/pywlroots-0.17.0.ebuild | |
parent | dev-python/pythonfinder: Enable py3.13 (diff) | |
download | gentoo-15756bea3ccea8d63963b9ea08bcfc6096c20825.tar.gz gentoo-15756bea3ccea8d63963b9ea08bcfc6096c20825.tar.bz2 gentoo-15756bea3ccea8d63963b9ea08bcfc6096c20825.zip |
dev-python/pywlroots: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pywlroots/pywlroots-0.17.0.ebuild')
-rw-r--r-- | dev-python/pywlroots/pywlroots-0.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pywlroots/pywlroots-0.17.0.ebuild b/dev-python/pywlroots/pywlroots-0.17.0.ebuild index 6f6089d7c382..4b8b0ae8d4f4 100644 --- a/dev-python/pywlroots/pywlroots-0.17.0.ebuild +++ b/dev-python/pywlroots/pywlroots-0.17.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |