summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-17 07:40:41 +0000
committerSam James <sam@gentoo.org>2023-02-17 07:41:41 +0000
commit4a7c3430bb8390792a80962d3372592680ea584a (patch)
tree07e29e8621219dab0abb1833feac6e3b0d93a5d7 /dev-python/pyparted
parentdev-python/pydocstyle: Remove old (diff)
downloadgentoo-4a7c3430bb8390792a80962d3372592680ea584a.tar.gz
gentoo-4a7c3430bb8390792a80962d3372592680ea584a.tar.bz2
gentoo-4a7c3430bb8390792a80962d3372592680ea584a.zip
dev-python/pyparted: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r--dev-python/pyparted/pyparted-3.12.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyparted/pyparted-3.12.0.ebuild b/dev-python/pyparted/pyparted-3.12.0.ebuild
index 32404cf09dbc..5eb6652a4b2c 100644
--- a/dev-python/pyparted/pyparted-3.12.0.ebuild
+++ b/dev-python/pyparted/pyparted-3.12.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1