1
0
Fork 0

bump python compat

This commit is contained in:
Hendrik_Klug 2022-07-13 16:08:12 +00:00 committed by GitHub
parent a9f4cbd141
commit 28ea71b055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} )
PYTHON_COMPAT=( python{2_7,3_{6,7,8,9,10}} )
inherit distutils-r1