diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-30 15:00:05 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-30 15:17:12 +0200 |
commit | 175cc94c3b93e68e1f6ec6e5be53eb238bf144fa (patch) | |
tree | 128007be359b8cc2872a895c2bb9e383d86b1a48 /dev-python/webpy/webpy-0.62.ebuild | |
parent | media-gfx/nsxiv: update 9999 to latest master (diff) | |
download | guru-175cc94c3b93e68e1f6ec6e5be53eb238bf144fa.tar.gz guru-175cc94c3b93e68e1f6ec6e5be53eb238bf144fa.tar.bz2 guru-175cc94c3b93e68e1f6ec6e5be53eb238bf144fa.zip |
dev-python/webpy: enable py3.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/webpy/webpy-0.62.ebuild')
-rw-r--r-- | dev-python/webpy/webpy-0.62.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webpy/webpy-0.62.ebuild b/dev-python/webpy/webpy-0.62.ebuild index 0051918ae..ac1825365 100644 --- a/dev-python/webpy/webpy-0.62.ebuild +++ b/dev-python/webpy/webpy-0.62.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 |