dev-ros/ament_cmake_include_directories: 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:09:55 +03:00
parent 0682065a30
commit 0fdff6b98b
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