diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-31 10:23:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-31 10:25:04 +0200 |
commit | 114a0b20464ce8cde6f9cdebdcaf1c2ca0affd5e (patch) | |
tree | 31d2f8fb1a4663b887fa2a7661c6a2c34196d59e /dev-python/python-socks | |
parent | dev-python/hypercorn: Enable py3.12 (diff) | |
download | gentoo-114a0b20464ce8cde6f9cdebdcaf1c2ca0affd5e.tar.gz gentoo-114a0b20464ce8cde6f9cdebdcaf1c2ca0affd5e.tar.bz2 gentoo-114a0b20464ce8cde6f9cdebdcaf1c2ca0affd5e.zip |
dev-python/python-socks: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-socks')
-rw-r--r-- | dev-python/python-socks/python-socks-2.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-socks/python-socks-2.3.0.ebuild b/dev-python/python-socks/python-socks-2.3.0.ebuild index 71600c1a9cbc..de1dfe5d6c9b 100644 --- a/dev-python/python-socks/python-socks-2.3.0.ebuild +++ b/dev-python/python-socks/python-socks-2.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 |