diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-15 18:06:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-15 18:11:47 +0100 |
commit | 7bf2c0cd6c247afcaef4d8db8ebde246adaf7419 (patch) | |
tree | b840291e6fc728202cf53a49ffeb0592d77ad1d0 /dev-python | |
parent | sys-kernel/gentoo-sources: add 5.10.168 (diff) | |
download | gentoo-7bf2c0cd6c247afcaef4d8db8ebde246adaf7419.tar.gz gentoo-7bf2c0cd6c247afcaef4d8db8ebde246adaf7419.tar.bz2 gentoo-7bf2c0cd6c247afcaef4d8db8ebde246adaf7419.zip |
dev-python/pyeclib: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyeclib/pyeclib-1.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyeclib/pyeclib-1.6.1.ebuild b/dev-python/pyeclib/pyeclib-1.6.1.ebuild index 1c8dcd15ed16..d0a4fdabe863 100644 --- a/dev-python/pyeclib/pyeclib-1.6.1.ebuild +++ b/dev-python/pyeclib/pyeclib-1.6.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 optfeature |