diff options
author | Sam James <sam@gentoo.org> | 2022-06-01 07:05:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-01 07:31:46 +0100 |
commit | c803a0eedaa9aba85034f89e98e6c5475f6a4fbe (patch) | |
tree | 5d6031a1ae24a9d602382f947677456ec00aadc2 /dev-python/ruamel-yaml | |
parent | dev-python/ruamel-yaml-clib: recythonise for Python 3.11 support (diff) | |
download | gentoo-c803a0eedaa9aba85034f89e98e6c5475f6a4fbe.tar.gz gentoo-c803a0eedaa9aba85034f89e98e6c5475f6a4fbe.tar.bz2 gentoo-c803a0eedaa9aba85034f89e98e6c5475f6a4fbe.zip |
dev-python/ruamel-yaml: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/ruamel-yaml')
-rw-r--r-- | dev-python/ruamel-yaml/ruamel-yaml-0.17.21-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.17.21-r2.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.17.21-r2.ebuild index e8911cc77e1d..3e7e89d97b20 100644 --- a/dev-python/ruamel-yaml/ruamel-yaml-0.17.21-r2.ebuild +++ b/dev-python/ruamel-yaml/ruamel-yaml-0.17.21-r2.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 |