diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-27 19:45:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-27 19:47:20 +0200 |
commit | 43b83926915c1a4c76f2c7fa9ee339bce2885bfb (patch) | |
tree | a273e135fa0d589f945e4040bdb697d790ea5eb0 | |
parent | dev-python/jsonpath-ng: Enable py3.12 (diff) | |
download | gentoo-43b83926915c1a4c76f2c7fa9ee339bce2885bfb.tar.gz gentoo-43b83926915c1a4c76f2c7fa9ee339bce2885bfb.tar.bz2 gentoo-43b83926915c1a4c76f2c7fa9ee339bce2885bfb.zip |
dev-python/keyrings-alt: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/keyrings-alt/keyrings-alt-5.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/keyrings-alt/keyrings-alt-5.0.0.ebuild b/dev-python/keyrings-alt/keyrings-alt-5.0.0.ebuild index 88678029ee5c..10d622500eec 100644 --- a/dev-python/keyrings-alt/keyrings-alt-5.0.0.ebuild +++ b/dev-python/keyrings-alt/keyrings-alt-5.0.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( pypy3 python3_{10..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi |