summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-11 19:28:28 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-11 19:28:28 +0200
commit9c295d04626abbd0bff59cf1686401fe1a3ca933 (patch)
tree9f4041a5b041f30c0a4bca031413a5f1e57650bc
parentdev-python/astor: Fix HOMEPAGE (diff)
downloadgentoo-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>
-rw-r--r--dev-python/socksio/socksio-1.0.0.ebuild4
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