diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-06 20:16:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-06 20:16:24 +0300 |
commit | 719cec383f36a081105aa2f9270be034c03659b2 (patch) | |
tree | 8a3e43fb7b935717c78c34053679ca5e7ab535d1 /dev-python/funcparserlib | |
parent | dev-python/patiencediff: enable py3.12 (diff) | |
download | gentoo-719cec383f36a081105aa2f9270be034c03659b2.tar.gz gentoo-719cec383f36a081105aa2f9270be034c03659b2.tar.bz2 gentoo-719cec383f36a081105aa2f9270be034c03659b2.zip |
dev-python/funcparserlib: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/funcparserlib')
-rw-r--r-- | dev-python/funcparserlib/funcparserlib-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild b/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild index 9f467bc5f111..8464ebc9f2ce 100644 --- a/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild +++ b/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |