summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-24 08:23:01 +0100
committerSam James <sam@gentoo.org>2023-05-24 08:47:58 +0100
commitf6eabf1073a50ddad8cc998d36caea04f1930c09 (patch)
treead367ecd7aa6f9b8ef5fdff15a9c6e0a3202f0fb /dev-python/PySocks
parentx11-misc/ydotool: Really fix license, fix OpenRC script (diff)
downloadgentoo-f6eabf1073a50ddad8cc998d36caea04f1930c09.tar.gz
gentoo-f6eabf1073a50ddad8cc998d36caea04f1930c09.tar.bz2
gentoo-f6eabf1073a50ddad8cc998d36caea04f1930c09.zip
dev-python/PySocks: enable py3.12
Signed-off-by: Sam James <sam@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 fbf69c640a11..540217679fbd 100644
--- a/dev-python/PySocks/PySocks-1.7.1-r2.ebuild
+++ b/dev-python/PySocks/PySocks-1.7.1-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=7
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi