dev-python/control: Support python 3.10
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
parent
282b9e0b4a
commit
fd355cce9f
@ -1,9 +1,9 @@
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
EAPI="8"
|
||||
|
||||
PYTHON_COMPAT=( python3_9 )
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python Control Systems Library"
|
Loading…
Reference in New Issue
Block a user