diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-02-28 17:09:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-28 18:31:37 +0100 |
commit | bb6854a8d4b76323b0e658c7e19aef5f171941b7 (patch) | |
tree | b9d6824b7ae4ff3196fb6787681ff5e10070fcec /dev-python/markups | |
parent | net-im/zoom: add 5.13.10.1208 (diff) | |
download | gentoo-bb6854a8d4b76323b0e658c7e19aef5f171941b7.tar.gz gentoo-bb6854a8d4b76323b0e658c7e19aef5f171941b7.tar.bz2 gentoo-bb6854a8d4b76323b0e658c7e19aef5f171941b7.zip |
dev-python/markups: enable py3.11
Closes: https://bugs.gentoo.org/896800
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29858
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/markups')
-rw-r--r-- | dev-python/markups/markups-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/markups/markups-4.0.0.ebuild b/dev-python/markups/markups-4.0.0.ebuild index fa3768fdc524..50dbf8a96e43 100644 --- a/dev-python/markups/markups-4.0.0.ebuild +++ b/dev-python/markups/markups-4.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 pypi |