diff options
author | 2022-05-16 17:42:05 +0200 | |
---|---|---|
committer | 2022-05-16 18:03:02 +0200 | |
commit | 7b0526fcb88c8bf3f3debd1e5139fef1abb17a6c (patch) | |
tree | c256c4673a1b7b74f26427bc2391e147a68b3ab9 /dev-python/distro | |
parent | dev-python/paramiko: enable py3.11 (diff) | |
download | gentoo-7b0526fcb88c8bf3f3debd1e5139fef1abb17a6c.tar.gz gentoo-7b0526fcb88c8bf3f3debd1e5139fef1abb17a6c.tar.bz2 gentoo-7b0526fcb88c8bf3f3debd1e5139fef1abb17a6c.zip |
dev-python/distro: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/distro')
-rw-r--r-- | dev-python/distro/distro-1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/distro/distro-1.7.0.ebuild b/dev-python/distro/distro-1.7.0.ebuild index e851bc91a0f8..e8782ec7484c 100644 --- a/dev-python/distro/distro-1.7.0.ebuild +++ b/dev-python/distro/distro-1.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 DESCRIPTION="Reliable machine-readable Linux distribution information for Python" |