summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-23 16:28:56 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-23 17:41:35 +0200
commit1f974b989d00e7063c381821a860b9e99bf2c814 (patch)
tree9ef56216859bf2182bbdf8d0ff710015abc06112 /dev-python/editables
parentdev-python/flit-core: Enable py3.12 (diff)
downloadgentoo-1f974b989d00e7063c381821a860b9e99bf2c814.tar.gz
gentoo-1f974b989d00e7063c381821a860b9e99bf2c814.tar.bz2
gentoo-1f974b989d00e7063c381821a860b9e99bf2c814.zip
dev-python/editables: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/editables')
-rw-r--r--dev-python/editables/editables-0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/editables/editables-0.3.ebuild b/dev-python/editables/editables-0.3.ebuild
index 07fa8a8ddcdf..1ae193d9b14e 100644
--- a/dev-python/editables/editables-0.3.ebuild
+++ b/dev-python/editables/editables-0.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1