diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-11 19:28:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-11 19:28:28 +0200 |
commit | 9c295d04626abbd0bff59cf1686401fe1a3ca933 (patch) | |
tree | 9f4041a5b041f30c0a4bca031413a5f1e57650bc /dev-python/socksio | |
parent | dev-python/astor: Fix HOMEPAGE (diff) | |
download | gentoo-9c295d04626abbd0bff59cf1686401fe1a3ca933.tar.gz gentoo-9c295d04626abbd0bff59cf1686401fe1a3ca933.tar.bz2 gentoo-9c295d04626abbd0bff59cf1686401fe1a3ca933.zip |
dev-python/socksio: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/socksio')
-rw-r--r-- | dev-python/socksio/socksio-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/socksio/socksio-1.0.0.ebuild b/dev-python/socksio/socksio-1.0.0.ebuild index dcfe1c0b002b..8ad8398a70d0 100644 --- a/dev-python/socksio/socksio-1.0.0.ebuild +++ b/dev-python/socksio/socksio-1.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |