summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 16:05:13 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 16:26:09 +0200
commit19f8307d4a8387bf1c8d953dd27d067fa0b0f145 (patch)
treea1c1455419c09a967b57aecb03a2a33801833d6b
parentdev-python/betamax: Enable py3.13 (diff)
downloadgentoo-19f8307d4a8387bf1c8d953dd27d067fa0b0f145.tar.gz
gentoo-19f8307d4a8387bf1c8d953dd27d067fa0b0f145.tar.bz2
gentoo-19f8307d4a8387bf1c8d953dd27d067fa0b0f145.zip
dev-python/blurb: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/blurb/blurb-1.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/blurb/blurb-1.1.0.ebuild b/dev-python/blurb/blurb-1.1.0.ebuild
index 1495cb48e340..5c5e7524a953 100644
--- a/dev-python/blurb/blurb-1.1.0.ebuild
+++ b/dev-python/blurb/blurb-1.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2018-2023 Gentoo Authors
+# Copyright 2018-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi