diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-10 21:33:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-10 21:33:31 +0200 |
commit | f26190479ab401b220002f6bde61561f903c5470 (patch) | |
tree | ce5472a4749eec295231e0c8cb10c0e896db4adb /dev-python/funcparserlib | |
parent | dev-python/funcy: Add python@ as co-maint. (diff) | |
download | gentoo-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.ebuild | 2 |
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" |