diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-26 12:35:19 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-26 12:45:36 +0200 |
commit | aeca63b33f047f4349bf8987fc03ee7c26268dbc (patch) | |
tree | 9f3080b3fb82470c1c47508f5c4082380c3f762c /dev-python/loky | |
parent | dev-python/kiwisolver: enable py3.11 (diff) | |
download | gentoo-aeca63b33f047f4349bf8987fc03ee7c26268dbc.tar.gz gentoo-aeca63b33f047f4349bf8987fc03ee7c26268dbc.tar.bz2 gentoo-aeca63b33f047f4349bf8987fc03ee7c26268dbc.zip |
dev-python/loky: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/loky')
-rw-r--r-- | dev-python/loky/loky-3.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/loky/loky-3.1.0.ebuild b/dev-python/loky/loky-3.1.0.ebuild index 5444599a1da2..7d1bdf178dce 100644 --- a/dev-python/loky/loky-3.1.0.ebuild +++ b/dev-python/loky/loky-3.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |