diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-31 19:32:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-31 19:32:45 +0200 |
commit | 7732d65b3d6934bc1e8d0a71d421344e6f958ea6 (patch) | |
tree | 7f4b092d80bb4116eb30d477ef2b53632de4e9a1 /dev-python/inflect | |
parent | dev-python/humanize: Enable py3.12 (diff) | |
download | gentoo-7732d65b3d6934bc1e8d0a71d421344e6f958ea6.tar.gz gentoo-7732d65b3d6934bc1e8d0a71d421344e6f958ea6.tar.bz2 gentoo-7732d65b3d6934bc1e8d0a71d421344e6f958ea6.zip |
dev-python/inflect: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/inflect')
-rw-r--r-- | dev-python/inflect/inflect-6.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/inflect/inflect-6.0.4.ebuild b/dev-python/inflect/inflect-6.0.4.ebuild index 755d7bc69985..47bcb2c006d3 100644 --- a/dev-python/inflect/inflect-6.0.4.ebuild +++ b/dev-python/inflect/inflect-6.0.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi |