diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-09 10:42:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-09 10:44:23 +0300 |
commit | 655836a5cfe28a03066cbc8ff0919ae26bb68b23 (patch) | |
tree | fc4154037c50382100ac20da5ea7cd7037ac6d32 /dev-python/python-engineio | |
parent | dev-java/json-simple: Stabilize 2.3.1 amd64, #904057 (diff) | |
download | gentoo-655836a5cfe28a03066cbc8ff0919ae26bb68b23.tar.gz gentoo-655836a5cfe28a03066cbc8ff0919ae26bb68b23.tar.bz2 gentoo-655836a5cfe28a03066cbc8ff0919ae26bb68b23.zip |
dev-python/python-engineio: enable py3.11
Closes: https://bugs.gentoo.org/896848
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/python-engineio')
-rw-r--r-- | dev-python/python-engineio/python-engineio-4.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-engineio/python-engineio-4.4.0.ebuild b/dev-python/python-engineio/python-engineio-4.4.0.ebuild index 75393f34860c..a47389eb7079 100644 --- a/dev-python/python-engineio/python-engineio-4.4.0.ebuild +++ b/dev-python/python-engineio/python-engineio-4.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 |