summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-03-30 21:30:04 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-03-30 22:00:59 +0300
commitb7f1dfd848246f1e573a3f3b2571fac91de13467 (patch)
tree42722f1b500dc06f957265cb8add9deb3baf3856 /dev-python
parentdev-util/nvidia-cuda-toolkit: add 12.4.0 (diff)
downloadgentoo-b7f1dfd848246f1e573a3f3b2571fac91de13467.tar.gz
gentoo-b7f1dfd848246f1e573a3f3b2571fac91de13467.tar.bz2
gentoo-b7f1dfd848246f1e573a3f3b2571fac91de13467.zip
dev-python/ssl-fetch: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ssl-fetch/ssl-fetch-0.4-r1.ebuild4
-rw-r--r--dev-python/ssl-fetch/ssl-fetch-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4-r1.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.4-r1.ebuild
index 4e9d843ab549..3e8c9a609075 100644
--- a/dev-python/ssl-fetch/ssl-fetch-0.4-r1.ebuild
+++ b/dev-python/ssl-fetch/ssl-fetch-0.4-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1
diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
index fa373270fb3c..4fa34063378c 100644
--- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
+++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 git-r3