From fda2a45c386d015645fab062dbacf8aedd02b83d Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 17 May 2022 13:20:03 +0200 Subject: dev-python/pybtex-docutils: enable py3.11 Signed-off-by: Andrew Ammerlaan --- dev-python/pybtex-docutils/pybtex-docutils-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pybtex-docutils/pybtex-docutils-1.0.1.ebuild b/dev-python/pybtex-docutils/pybtex-docutils-1.0.1.ebuild index 95945ba0ed3f..fe39420d9382 100644 --- a/dev-python/pybtex-docutils/pybtex-docutils-1.0.1.ebuild +++ b/dev-python/pybtex-docutils/pybtex-docutils-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A docutils backend for pybtex" -- cgit v1.2.3-18-g5258