diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-16 16:19:41 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-16 16:22:54 +0200 |
commit | 38ebbb1f9ded270150221df1fddbc6bbe1f5ba52 (patch) | |
tree | be8be36504144184cef143665785d134597ddeb5 /dev-python/smmap | |
parent | dev-db/rqlite: remove unused patch(es) (diff) | |
download | gentoo-38ebbb1f9ded270150221df1fddbc6bbe1f5ba52.tar.gz gentoo-38ebbb1f9ded270150221df1fddbc6bbe1f5ba52.tar.bz2 gentoo-38ebbb1f9ded270150221df1fddbc6bbe1f5ba52.zip |
dev-python/smmap: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/smmap')
-rw-r--r-- | dev-python/smmap/smmap-5.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/smmap/smmap-5.0.0.ebuild b/dev-python/smmap/smmap-5.0.0.ebuild index 7ad9fb65e343..62ee6811b907 100644 --- a/dev-python/smmap/smmap-5.0.0.ebuild +++ b/dev-python/smmap/smmap-5.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A pure Python implementation of a sliding window memory map manager" |