summaryrefslogtreecommitdiff
path: root/dev-python/python-engineio
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-21 18:45:33 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-21 18:45:33 +0200
commitf9e1dea39643317bb33a6441d9f0ea2efbac1479 (patch)
treed319e60a1d831a12020e12f0cfbf23d7049112a2 /dev-python/python-engineio
parentca9856895a4ffa3f5e7ac9b5dae79a3fe9463c25 (diff)
dev-python/python-engineio: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-engineio')
-rw-r--r--dev-python/python-engineio/python-engineio-4.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-engineio/python-engineio-4.6.0.ebuild b/dev-python/python-engineio/python-engineio-4.6.0.ebuild
index 705b082df961..685f61efc6c4 100644
--- a/dev-python/python-engineio/python-engineio-4.6.0.ebuild
+++ b/dev-python/python-engineio/python-engineio-4.6.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1