summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 19:46:27 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 19:47:15 +0200
commit07a314b14f66219c03b14d4780d51a8c09ca575a (patch)
tree0a0c64863cec9fee66c3448246db232f568cd9fc /dev-python
parentdev-python/fleep: Enable py3.13 (diff)
downloadgentoo-07a314b14f66219c03b14d4780d51a8c09ca575a.tar.gz
gentoo-07a314b14f66219c03b14d4780d51a8c09ca575a.tar.bz2
gentoo-07a314b14f66219c03b14d4780d51a8c09ca575a.zip
dev-python/freetype-py: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/freetype-py/freetype-py-2.4.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/freetype-py/freetype-py-2.4.0-r1.ebuild b/dev-python/freetype-py/freetype-py-2.4.0-r1.ebuild
index 91303ca21953..fe929e252885 100644
--- a/dev-python/freetype-py/freetype-py-2.4.0-r1.ebuild
+++ b/dev-python/freetype-py/freetype-py-2.4.0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi