diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-09-08 23:45:57 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-09-08 23:56:10 +0200 |
commit | c9a21ef654b42f0420cc408e7f1e6be16a207364 (patch) | |
tree | 71cfbce34a8416618557fc12c885cdce3861207d /dev-python/pushbullet-py | |
parent | dev-python/pandas: Bump to 1.1.2 (diff) | |
download | gentoo-c9a21ef654b42f0420cc408e7f1e6be16a207364.tar.gz gentoo-c9a21ef654b42f0420cc408e7f1e6be16a207364.tar.bz2 gentoo-c9a21ef654b42f0420cc408e7f1e6be16a207364.zip |
dev-python/pushbullet-py: add Python 3.9 support
Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/pushbullet-py')
-rw-r--r-- | dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild b/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild index d5dba92dc0b6..b882f021a144 100644 --- a/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild +++ b/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) + +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) inherit distutils-r1 |