diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-08 19:38:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-08 19:52:50 +0200 |
commit | ce02a2ad34537c09673488dccc451d7ba77e48c4 (patch) | |
tree | 9452e46cc91ab474b3d74a9d6271a885ddb38add /dev-python/authres | |
parent | net-im/telegram-desktop: bump 2.1.10 → 2.1.11 (diff) | |
download | gentoo-ce02a2ad34537c09673488dccc451d7ba77e48c4.tar.gz gentoo-ce02a2ad34537c09673488dccc451d7ba77e48c4.tar.bz2 gentoo-ce02a2ad34537c09673488dccc451d7ba77e48c4.zip |
dev-python/authres: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/authres')
-rw-r--r-- | dev-python/authres/authres-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/authres/authres-1.2.0.ebuild b/dev-python/authres/authres-1.2.0.ebuild index ebb3dc4e9691..ae527433ce74 100644 --- a/dev-python/authres/authres-1.2.0.ebuild +++ b/dev-python/authres/authres-1.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 |