summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-10 21:33:31 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-10 21:33:31 +0200
commitf26190479ab401b220002f6bde61561f903c5470 (patch)
treece5472a4749eec295231e0c8cb10c0e896db4adb /dev-python/funcparserlib
parentdev-python/funcy: Add python@ as co-maint. (diff)
downloadgentoo-f26190479ab401b220002f6bde61561f903c5470.tar.gz
gentoo-f26190479ab401b220002f6bde61561f903c5470.tar.bz2
gentoo-f26190479ab401b220002f6bde61561f903c5470.zip
dev-python/funcparserlib: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/funcparserlib')
-rw-r--r--dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild
index 45bfb91ec8cf..1f1f660a98e5 100644
--- a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild
+++ b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="Recursive descent parsing library based on functional combinators"