diff options
author | Sam James <sam@gentoo.org> | 2022-08-10 13:38:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-10 14:00:00 +0100 |
commit | 36826afdb67a24f0ab252b109fa0f785c86f3963 (patch) | |
tree | 9458ccc96d3a90fc378d2ff25b161e556cb4250c /dev-python/editorconfig-core-py | |
parent | dev-python/progressbar2: enable py3.11 (diff) | |
download | gentoo-36826afdb67a24f0ab252b109fa0f785c86f3963.tar.gz gentoo-36826afdb67a24f0ab252b109fa0f785c86f3963.tar.bz2 gentoo-36826afdb67a24f0ab252b109fa0f785c86f3963.zip |
dev-python/editorconfig-core-py: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/editorconfig-core-py')
-rw-r--r-- | dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild index 33ce2edc0308..94256dc40013 100644 --- a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild +++ b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.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=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake distutils-r1 TESTVER="abb579e00f2deeede91cb485e53512efab9c6474" |