dev-python/python-jenkins: python compat

This commit is contained in:
nemunaire 2021-06-08 09:26:48 +02:00
commit 0023446aca
2 changed files with 3 additions and 3 deletions

View file

@ -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_{6,7,8} )
PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1