diff options
author | Sam James <sam@gentoo.org> | 2023-03-07 09:13:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-07 09:22:50 +0000 |
commit | 7a0d397af778cf02f0036b79252168f62db6bacc (patch) | |
tree | eec80a775517f282edeb9d3d036cdecf6b524d1d /dev-python/pypugjs | |
parent | dev-util/vint: EAPI 8, PEP517 (diff) | |
download | gentoo-7a0d397af778cf02f0036b79252168f62db6bacc.tar.gz gentoo-7a0d397af778cf02f0036b79252168f62db6bacc.tar.bz2 gentoo-7a0d397af778cf02f0036b79252168f62db6bacc.zip |
dev-python/pypugjs: enable py3.11
Closes: https://github.com/mgorny/python-bump-testing/issues/47
Closes: https://bugs.gentoo.org/896838
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pypugjs')
-rw-r--r-- | dev-python/pypugjs/pypugjs-5.9.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypugjs/pypugjs-5.9.12.ebuild b/dev-python/pypugjs/pypugjs-5.9.12.ebuild index bd112099b234..e10bf787887f 100644 --- a/dev-python/pypugjs/pypugjs-5.9.12.ebuild +++ b/dev-python/pypugjs/pypugjs-5.9.12.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 optfeature |