diff options
| author | Marek Szuba <marecki@gentoo.org> | 2022-09-25 22:01:31 +0100 |
|---|---|---|
| committer | Marek Szuba <marecki@gentoo.org> | 2022-09-25 22:03:39 +0100 |
| commit | a4ff97f4f723dd554311a8295b60f38b020b43c8 (patch) | |
| tree | a523c24cb1f6580fb7075e2bc035f80c778de135 /dev-python/ansible-compat/ansible-compat-2.2.0.ebuild | |
| parent | 4eb7625bda02b8222a08bb302b35ed5cf29307b0 (diff) | |
| download | gentoo-a4ff97f4f723dd554311a8295b60f38b020b43c8.tar.gz gentoo-a4ff97f4f723dd554311a8295b60f38b020b43c8.tar.bz2 gentoo-a4ff97f4f723dd554311a8295b60f38b020b43c8.zip | |
dev-python/ansible-compat: disable py3.11 on 2.2.0
Nattka seems to think stabilising this version with py3.11 in
PYTHON_COMPAT requires dev-lang/python:3.11 to be stabilised as well.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/ansible-compat/ansible-compat-2.2.0.ebuild')
| -rw-r--r-- | dev-python/ansible-compat/ansible-compat-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild b/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild index 0a8b7add6886..5abc44e6b8de 100644 --- a/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild +++ b/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |
