summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-16 21:34:48 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-16 21:37:00 +0100
commitbd5cd7d912529a51b1709285f0076adf36ad2c01 (patch)
treeb76ba53b8986260188f50c1e967e58a08993e468 /dev-python
parentdev-python/jaraco-envs: Enable pypy3.11 (diff)
downloadgentoo-bd5cd7d912529a51b1709285f0076adf36ad2c01.tar.gz
gentoo-bd5cd7d912529a51b1709285f0076adf36ad2c01.tar.bz2
gentoo-bd5cd7d912529a51b1709285f0076adf36ad2c01.zip
dev-python/ini2toml: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ini2toml/ini2toml-0.15.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ini2toml/ini2toml-0.15.ebuild b/dev-python/ini2toml/ini2toml-0.15.ebuild
index 6509b29c84a4..591a634033a7 100644
--- a/dev-python/ini2toml/ini2toml-0.15.ebuild
+++ b/dev-python/ini2toml/ini2toml-0.15.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1 pypi