dev-ros/ament_cmake_gmock: enable py3.9, enable py3.10

tested by bumping python target for all dev-ros/ament_cmake*
packages, and checking exact same output for all reverse
deps of dev-ros/ament_cmake

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-09-24 10:11:24 +03:00
parent b4c8a6b54b
commit 7b021a4eed
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{3_7,3_8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit cmake python-any-r1

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{3_7,3_8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit cmake python-any-r1