diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-06-14 18:13:11 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-06-14 18:13:11 +0200 |
| commit | 630aacc5b77e81a2011094fdebab05a522c34f56 (patch) | |
| tree | d9ac8756cf41286248932970b8b254bfd778294e /dev-python | |
| parent | 8a6a59973731fca69b98b12d9d169f082e9b2734 (diff) | |
| download | gentoo-630aacc5b77e81a2011094fdebab05a522c34f56.tar.gz gentoo-630aacc5b77e81a2011094fdebab05a522c34f56.tar.bz2 gentoo-630aacc5b77e81a2011094fdebab05a522c34f56.zip | |
dev-python/python-socks: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/python-socks/python-socks-2.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-socks/python-socks-2.4.4.ebuild b/dev-python/python-socks/python-socks-2.4.4.ebuild index 1ce8d7e61fe4..2b88d418ab9c 100644 --- a/dev-python/python-socks/python-socks-2.4.4.ebuild +++ b/dev-python/python-socks/python-socks-2.4.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |
