summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-10 13:53:32 +0100
committerSam James <sam@gentoo.org>2022-08-10 14:00:00 +0100
commit652e87da716d70c040deec8af9459d48b09a8703 (patch)
tree71128a65d01ebde294df14085a19724a800c895b /dev-python/pyphen
parentdev-python/css-parser: enable py3.11 (diff)
downloadgentoo-652e87da716d70c040deec8af9459d48b09a8703.tar.gz
gentoo-652e87da716d70c040deec8af9459d48b09a8703.tar.bz2
gentoo-652e87da716d70c040deec8af9459d48b09a8703.zip
dev-python/pyphen: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyphen')
-rw-r--r--dev-python/pyphen/pyphen-0.12.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyphen/pyphen-0.12.0-r1.ebuild b/dev-python/pyphen/pyphen-0.12.0-r1.ebuild
index 56755fa62959..a926e34e33f0 100644
--- a/dev-python/pyphen/pyphen-0.12.0-r1.ebuild
+++ b/dev-python/pyphen/pyphen-0.12.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1