summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2024-04-03 21:21:44 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2024-04-06 23:18:02 -0500
commit86a2283440c20489a17fa899095d8aaf9b084066 (patch)
tree341567f01b99db645124f92f8df25656ce5759bf /dev-python/casttube
parentdev-python/send2trash: Bump to 1.8.3 (diff)
downloadgentoo-86a2283440c20489a17fa899095d8aaf9b084066.tar.gz
gentoo-86a2283440c20489a17fa899095d8aaf9b084066.tar.bz2
gentoo-86a2283440c20489a17fa899095d8aaf9b084066.zip
dev-python/casttube: enable py3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/casttube')
-rw-r--r--dev-python/casttube/casttube-0.2.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/casttube/casttube-0.2.1-r1.ebuild b/dev-python/casttube/casttube-0.2.1-r1.ebuild
index f094dffdcbbe..f9d30c9c98f3 100644
--- a/dev-python/casttube/casttube-0.2.1-r1.ebuild
+++ b/dev-python/casttube/casttube-0.2.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-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} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1 pypi