diff options
author | Andres Becerra <andres.becerra@gmail.com> | 2023-01-19 18:47:17 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-20 05:50:03 +0100 |
commit | d616f4a483f144cf04395a9864e72789a44d7ef9 (patch) | |
tree | 7896bf7a6f5a7ff0fd6ee561b7f8723318f8d69d /dev-python/pymountboot | |
parent | net-misc/miniupnpd: Bump to 2.3.2 (diff) | |
download | gentoo-d616f4a483f144cf04395a9864e72789a44d7ef9.tar.gz gentoo-d616f4a483f144cf04395a9864e72789a44d7ef9.tar.bz2 gentoo-d616f4a483f144cf04395a9864e72789a44d7ef9.zip |
dev-python/pymountboot: add python-3.11 support
Signed-off-by: Andrés Becerra <andres.becerra@gmail.com>
Tested-by: Andrés Becerra <andres.becerra@gmail.com>
Closes: https://bugs.gentoo.org/873673
Closes: https://github.com/gentoo/gentoo/pull/29174
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pymountboot')
-rw-r--r-- | dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild b/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild index b139db7bece2..90c2d0863dc6 100644 --- a/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild +++ b/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 |