summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-06-06 20:44:41 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-06 20:52:46 +0300
commitea2f55af2eba254014d0d033447742cc80e5e1fd (patch)
treef93a9481adeba9a873904dea880fb7f4fa5af969
parenteapi8-dosym.eclass: Prevent globbing of argument in _dosym8_canonicalize (diff)
downloadgentoo-ea2f55af2eba254014d0d033447742cc80e5e1fd.tar.gz
gentoo-ea2f55af2eba254014d0d033447742cc80e5e1fd.tar.bz2
gentoo-ea2f55af2eba254014d0d033447742cc80e5e1fd.zip
dev-python/pyte: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/pyte/pyte-0.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyte/pyte-0.8.1.ebuild b/dev-python/pyte/pyte-0.8.1.ebuild
index 4bdc7253de01..c0833815cff7 100644
--- a/dev-python/pyte/pyte-0.8.1.ebuild
+++ b/dev-python/pyte/pyte-0.8.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1