diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-25 20:55:37 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-25 21:01:47 +0300 |
commit | 05dc15665160ae3a91d70ea88b2c5f78bc5360f0 (patch) | |
tree | 11b0343376b6e5399bbdb79dcac8276738ef9b3f /dev-python/cli_helpers | |
parent | dev-python/cycler: enable py3.11 (diff) | |
download | gentoo-05dc15665160ae3a91d70ea88b2c5f78bc5360f0.tar.gz gentoo-05dc15665160ae3a91d70ea88b2c5f78bc5360f0.tar.bz2 gentoo-05dc15665160ae3a91d70ea88b2c5f78bc5360f0.zip |
dev-python/cli_helpers: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/cli_helpers')
-rw-r--r-- | dev-python/cli_helpers/cli_helpers-2.2.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cli_helpers/cli_helpers-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild index a5802f74b68d..c39af3248f56 100644 --- a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild +++ b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Python helpers for common CLI tasks" diff --git a/dev-python/cli_helpers/cli_helpers-9999.ebuild b/dev-python/cli_helpers/cli_helpers-9999.ebuild index 58df205d42ff..bd04a525c0a0 100644 --- a/dev-python/cli_helpers/cli_helpers-9999.ebuild +++ b/dev-python/cli_helpers/cli_helpers-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) EGIT_REPO_URI="https://github.com/dbcli/${PN}.git" inherit distutils-r1 git-r3 |