diff options
author | Sam James <sam@gentoo.org> | 2022-08-10 14:17:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-10 14:18:38 +0100 |
commit | 8c8176e4f0bbe51e6f684013b3ebc48dc69517c5 (patch) | |
tree | b2b6cd79647afd46309b2b82feb5660f376454a1 | |
parent | www-apps/sonarr: allowing overriding user/group in openrc init script (diff) | |
download | gentoo-8c8176e4f0bbe51e6f684013b3ebc48dc69517c5.tar.gz gentoo-8c8176e4f0bbe51e6f684013b3ebc48dc69517c5.tar.bz2 gentoo-8c8176e4f0bbe51e6f684013b3ebc48dc69517c5.zip |
dev-python/pyte: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/pyte/pyte-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyte/pyte-0.8.1.ebuild b/dev-python/pyte/pyte-0.8.1.ebuild index fa7fea362e6b..e6918854356f 100644 --- a/dev-python/pyte/pyte-0.8.1.ebuild +++ b/dev-python/pyte/pyte-0.8.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |