summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 08:31:39 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 08:35:46 +0200
commit81386e428d3385349daef6b530c4f62ed6271ed5 (patch)
tree0ce28f71351d6f89661e1c8768a72ba774779789 /dev-python/pastel
parentdev-python/parsedatetime: Enable py3.13 (diff)
downloadgentoo-81386e428d3385349daef6b530c4f62ed6271ed5.tar.gz
gentoo-81386e428d3385349daef6b530c4f62ed6271ed5.tar.bz2
gentoo-81386e428d3385349daef6b530c4f62ed6271ed5.zip
dev-python/pastel: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pastel')
-rw-r--r--dev-python/pastel/pastel-0.2.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pastel/pastel-0.2.1-r1.ebuild b/dev-python/pastel/pastel-0.2.1-r1.ebuild
index 5a63c18616e4..05c1a982ac47 100644
--- a/dev-python/pastel/pastel-0.2.1-r1.ebuild
+++ b/dev-python/pastel/pastel-0.2.1-r1.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=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1