diff options
author | 2022-05-12 12:41:49 +0200 | |
---|---|---|
committer | 2022-05-12 12:41:49 +0200 | |
commit | bb47f150b1efac5a922436a74ea5f9206e0be689 (patch) | |
tree | c5c726ee207cf6e9347a56cd3cf633f6d77dd1c2 /dev-python/ini2toml | |
parent | dev-python/build: Enable py3.11 (diff) | |
download | gentoo-bb47f150b1efac5a922436a74ea5f9206e0be689.tar.gz gentoo-bb47f150b1efac5a922436a74ea5f9206e0be689.tar.bz2 gentoo-bb47f150b1efac5a922436a74ea5f9206e0be689.zip |
dev-python/ini2toml: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ini2toml')
-rw-r--r-- | dev-python/ini2toml/ini2toml-0.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ini2toml/ini2toml-0.10.ebuild b/dev-python/ini2toml/ini2toml-0.10.ebuild index 42c8029dc484..f8366f951280 100644 --- a/dev-python/ini2toml/ini2toml-0.10.ebuild +++ b/dev-python/ini2toml/ini2toml-0.10.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 |