Skip to content

Commit

Permalink
dev-python/elasticsearch-py: added python 3.9 support
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Vielberth <code@peter-vielberth.de>
Package-Manager: Portage-3.0.14, Repoman-3.0.2
  • Loading branch information
vibpe committed Feb 20, 2021
1 parent 02fbc1e commit 9d34f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-python/elasticsearch-py/elasticsearch-py-7.7.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=bdepend
ES_VERSION="7.7.0"

Expand Down

0 comments on commit 9d34f51

Please sign in to comment.