summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-29 17:03:56 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-29 17:04:20 +0200
commitc16fdaab46e3e1ea87c59a42a5b1c687e2d52661 (patch)
tree2a834f49919d4c49e5e6138ea868640f19e95224 /dev-python
parentdev-python/pyquery: add note re no py3.12 yet (diff)
downloadgentoo-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.ebuild4
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