diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-09-02 11:10:27 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-09-02 11:52:06 +0100 |
commit | a22b21370a8f8305e60247363e22f83b551739bc (patch) | |
tree | 36b26ce70cf87bb56534f8da8eeb80080ee658a0 /app-admin | |
parent | app-admin/ansible-core: switch tests from nose to pytest (diff) | |
download | gentoo-a22b21370a8f8305e60247363e22f83b551739bc.tar.gz gentoo-a22b21370a8f8305e60247363e22f83b551739bc.tar.bz2 gentoo-a22b21370a8f8305e60247363e22f83b551739bc.zip |
app-admin/ansible-core: enable py3.11
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.13.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.13.3.ebuild b/app-admin/ansible-core/ansible-core-2.13.3.ebuild index 3f9ae0c36f55..3655837bc68d 100644 --- a/app-admin/ansible-core/ansible-core-2.13.3.ebuild +++ b/app-admin/ansible-core/ansible-core-2.13.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 |