summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-19 08:31:00 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-19 13:47:06 +0200
commit44a518182b5dd785989645d33533cf1019426770 (patch)
tree74df90ca80a938bba5a4caab5e1fd6845416f85d
parentdev-python/cftime: Enable py3.13 (diff)
downloadgentoo-44a518182b5dd785989645d33533cf1019426770.tar.gz
gentoo-44a518182b5dd785989645d33533cf1019426770.tar.bz2
gentoo-44a518182b5dd785989645d33533cf1019426770.zip
dev-python/gsd: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/gsd/gsd-3.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gsd/gsd-3.2.1.ebuild b/dev-python/gsd/gsd-3.2.1.ebuild
index 367cf1319642..a16117a836ec 100644
--- a/dev-python/gsd/gsd-3.2.1.ebuild
+++ b/dev-python/gsd/gsd-3.2.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1