summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-16 17:42:05 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-16 18:03:02 +0200
commit7b0526fcb88c8bf3f3debd1e5139fef1abb17a6c (patch)
treec256c4673a1b7b74f26427bc2391e147a68b3ab9 /dev-python/distro
parentdev-python/paramiko: enable py3.11 (diff)
downloadgentoo-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.ebuild2
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"