summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-09-14 12:16:06 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-09-14 13:01:18 +0200
commit00fe800a693a38f9f23ba0cb18794020c1c21f9f (patch)
tree626a5ca2289e553fcdadcbf6dc85b05ee470a81c /dev-python
parentdev-python/pymdown-lexers: enable py3.12 (diff)
downloadgentoo-00fe800a693a38f9f23ba0cb18794020c1c21f9f.tar.gz
gentoo-00fe800a693a38f9f23ba0cb18794020c1c21f9f.tar.bz2
gentoo-00fe800a693a38f9f23ba0cb18794020c1c21f9f.zip
dev-python/pyspelling: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyspelling/pyspelling-2.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyspelling/pyspelling-2.9.ebuild b/dev-python/pyspelling/pyspelling-2.9.ebuild
index d491558b8691..921df21e8e39 100644
--- a/dev-python/pyspelling/pyspelling-2.9.ebuild
+++ b/dev-python/pyspelling/pyspelling-2.9.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=hatchling
DOCS_BUILDER="mkdocs"