ros-meta/ament_cmake: 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:59:34 +03:00
parent 06e9b85944
commit ae616a6758
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
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-r1

View File

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