diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-24 09:54:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-24 13:29:21 +0300 |
commit | 0682065a30a727312d864d501ccb694f92011391 (patch) | |
tree | 86f605fc6a2dc195e330c42940a2114a70395238 /dev-ros/ament_cmake_core | |
parent | sci-libs/tensorflow: drop 2.4.0, 2.5.0 (diff) | |
download | gentoo-0682065a30a727312d864d501ccb694f92011391.tar.gz gentoo-0682065a30a727312d864d501ccb694f92011391.tar.bz2 gentoo-0682065a30a727312d864d501ccb694f92011391.zip |
dev-ros/ament_cmake_core: 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>
Diffstat (limited to 'dev-ros/ament_cmake_core')
-rw-r--r-- | dev-ros/ament_cmake_core/ament_cmake_core-1.1.4.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/ament_cmake_core/ament_cmake_core-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/ament_cmake_core/ament_cmake_core-1.1.4.ebuild b/dev-ros/ament_cmake_core/ament_cmake_core-1.1.4.ebuild index a1dc3e627817..0bc79bd3fd0c 100644 --- a/dev-ros/ament_cmake_core/ament_cmake_core-1.1.4.ebuild +++ b/dev-ros/ament_cmake_core/ament_cmake_core-1.1.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-any-r1 diff --git a/dev-ros/ament_cmake_core/ament_cmake_core-9999.ebuild b/dev-ros/ament_cmake_core/ament_cmake_core-9999.ebuild index a1dc3e627817..0bc79bd3fd0c 100644 --- a/dev-ros/ament_cmake_core/ament_cmake_core-9999.ebuild +++ b/dev-ros/ament_cmake_core/ament_cmake_core-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-any-r1 |