diff options
author | 2023-01-23 19:51:56 +0200 | |
---|---|---|
committer | 2023-01-23 19:59:11 +0200 | |
commit | cd0d84610b79c7c59e3f206fe49e75f2502b9cec (patch) | |
tree | 768b9748686dbc047e60dc817538d7058571e728 /dev-python/google-pasta | |
parent | dev-python/google-pasta: EAPI=8, PEP517 (diff) | |
download | gentoo-cd0d84610b79c7c59e3f206fe49e75f2502b9cec.tar.gz gentoo-cd0d84610b79c7c59e3f206fe49e75f2502b9cec.tar.bz2 gentoo-cd0d84610b79c7c59e3f206fe49e75f2502b9cec.zip |
dev-python/google-pasta: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/google-pasta')
-rw-r--r-- | dev-python/google-pasta/google-pasta-0.2.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/google-pasta/google-pasta-0.2.0-r2.ebuild b/dev-python/google-pasta/google-pasta-0.2.0-r2.ebuild index 735457682e90..c76100e7e0a1 100644 --- a/dev-python/google-pasta/google-pasta-0.2.0-r2.ebuild +++ b/dev-python/google-pasta/google-pasta-0.2.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="AST-based Python refactoring library" |