summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-19 08:31:07 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-19 13:47:10 +0200
commit26092a62824fb727ab7a1e43ea9903d85f7cb765 (patch)
tree2285251cb99373735df069d3ca13950aa9596bda
parentdev-python/textX: Enable py3.13 (diff)
downloadgentoo-26092a62824fb727ab7a1e43ea9903d85f7cb765.tar.gz
gentoo-26092a62824fb727ab7a1e43ea9903d85f7cb765.tar.bz2
gentoo-26092a62824fb727ab7a1e43ea9903d85f7cb765.zip
dev-python/terminaltables: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild4
-rw-r--r--dev-python/terminaltables/terminaltables-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
index 50ffbc6b6a46..728d259c1a31 100644
--- a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.10-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=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
diff --git a/dev-python/terminaltables/terminaltables-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild
index 10b2ae4c6d5c..ff444cb98746 100644
--- a/dev-python/terminaltables/terminaltables-9999.ebuild
+++ b/dev-python/terminaltables/terminaltables-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=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 git-r3