summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 10:23:15 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 10:42:34 +0200
commit17898bb30efc321045b1feb0f0e873a236f7433c (patch)
tree407388d4c902336bb61ca41b6d6483db1b575ff2 /dev-python/PySocks
parentdev-python/PySocks: Use PEP517 build (diff)
downloadgentoo-17898bb30efc321045b1feb0f0e873a236f7433c.tar.gz
gentoo-17898bb30efc321045b1feb0f0e873a236f7433c.tar.bz2
gentoo-17898bb30efc321045b1feb0f0e873a236f7433c.zip
dev-python/PySocks: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PySocks')
-rw-r--r--dev-python/PySocks/PySocks-1.7.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PySocks/PySocks-1.7.1-r2.ebuild b/dev-python/PySocks/PySocks-1.7.1-r2.ebuild
index 69493ea2335b..abceeceb002a 100644
--- a/dev-python/PySocks/PySocks-1.7.1-r2.ebuild
+++ b/dev-python/PySocks/PySocks-1.7.1-r2.ebuild
@@ -5,7 +5,7 @@
EAPI=7
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1