ubi_reader: bump to python 3.9

This commit is contained in:
Brian Waters 2021-06-03 01:34:45 -04:00
parent ec269f2a22
commit a395e5b69e
No known key found for this signature in database
GPG key ID: 58DB689122AA09CF

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} )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1