summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-14 12:02:12 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-14 12:03:44 +0200
commit7a94b3df4d0df386129460a3bee2a7a00d5e4435 (patch)
tree18890d0dce697944e2953b6941d3bcc637ee5a28
parentdev-python/urllib3: Keyword 2.2.1 s390, #923485 (diff)
downloadgentoo-7a94b3df4d0df386129460a3bee2a7a00d5e4435.tar.gz
gentoo-7a94b3df4d0df386129460a3bee2a7a00d5e4435.tar.bz2
gentoo-7a94b3df4d0df386129460a3bee2a7a00d5e4435.zip
dev-python/PySocks: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/PySocks/PySocks-1.7.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PySocks/PySocks-1.7.1-r2.ebuild b/dev-python/PySocks/PySocks-1.7.1-r2.ebuild
index dee394271fcc..eb503cb2a644 100644
--- a/dev-python/PySocks/PySocks-1.7.1-r2.ebuild
+++ b/dev-python/PySocks/PySocks-1.7.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
@@ -6,7 +6,7 @@ EAPI=7
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi