diff options
author | 2023-05-29 17:03:56 +0200 | |
---|---|---|
committer | 2023-05-29 17:04:20 +0200 | |
commit | c16fdaab46e3e1ea87c59a42a5b1c687e2d52661 (patch) | |
tree | 2a834f49919d4c49e5e6138ea868640f19e95224 /dev-python | |
parent | dev-python/pyquery: add note re no py3.12 yet (diff) | |
download | gentoo-c16fdaab46e3e1ea87c59a42a5b1c687e2d52661.tar.gz gentoo-c16fdaab46e3e1ea87c59a42a5b1c687e2d52661.tar.bz2 gentoo-c16fdaab46e3e1ea87c59a42a5b1c687e2d52661.zip |
dev-python/poetry-core: Enable testing on py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/poetry-core/poetry-core-1.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/poetry-core/poetry-core-1.6.0.ebuild b/dev-python/poetry-core/poetry-core-1.6.0.ebuild index 6861aeaf72b5..fdc7a6e8c35a 100644 --- a/dev-python/poetry-core/poetry-core-1.6.0.ebuild +++ b/dev-python/poetry-core/poetry-core-1.6.0.ebuild @@ -4,8 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_TESTED=( pypy3 python3_{10..11} ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_12 ) +PYTHON_TESTED=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) inherit distutils-r1 |