diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-19 16:36:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-19 17:23:35 +0200 |
commit | 4daa7630bc45f4b2e515c4100d32924ef4aacb6b (patch) | |
tree | 93c1a509d0a802989e2e39156a36d843d8bd52cd /dev-python/pytrie | |
parent | dev-python/pytrie: Use PEP517 build (diff) | |
download | gentoo-4daa7630bc45f4b2e515c4100d32924ef4aacb6b.tar.gz gentoo-4daa7630bc45f4b2e515c4100d32924ef4aacb6b.tar.bz2 gentoo-4daa7630bc45f4b2e515c4100d32924ef4aacb6b.zip |
dev-python/pytrie: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytrie')
-rw-r--r-- | dev-python/pytrie/pytrie-0.4.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild index f516fd30d597..98f1cb18d611 100644 --- a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild +++ b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |