diff options
author | Sam James <sam@gentoo.org> | 2023-05-24 08:23:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-24 08:47:58 +0100 |
commit | f6eabf1073a50ddad8cc998d36caea04f1930c09 (patch) | |
tree | ad367ecd7aa6f9b8ef5fdff15a9c6e0a3202f0fb /dev-python/PySocks | |
parent | x11-misc/ydotool: Really fix license, fix OpenRC script (diff) | |
download | gentoo-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.ebuild | 2 |
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 |