diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-25 21:55:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-25 21:55:28 +0200 |
commit | b0ca6821a4cf1613c6364b31ddded769b7085cec (patch) | |
tree | 00ba3cd24d003cee74303b3e3dd01278c7c04474 /dev-python/setuptools-git | |
parent | dev-python/urllib3: Port to py39 (diff) | |
download | gentoo-b0ca6821a4cf1613c6364b31ddded769b7085cec.tar.gz gentoo-b0ca6821a4cf1613c6364b31ddded769b7085cec.tar.bz2 gentoo-b0ca6821a4cf1613c6364b31ddded769b7085cec.zip |
dev-python/setuptools-git: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools-git')
-rw-r--r-- | dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2.ebuild index 4b6368fa9e36..7f69c0ee96e2 100644 --- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild +++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |