diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-27 11:13:36 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-27 11:41:26 +0300 |
commit | b57598f69aba1302653220666788b47103336029 (patch) | |
tree | 04cfb765fcbc631435d96200cf342f1c09d98f78 /eclass/ros-catkin.eclass | |
parent | dev-python/sphinx: Pin docutils version (diff) | |
download | gentoo-b57598f69aba1302653220666788b47103336029.tar.gz gentoo-b57598f69aba1302653220666788b47103336029.tar.bz2 gentoo-b57598f69aba1302653220666788b47103336029.zip |
ros-catkin.eclass: enable py3.10
- CI passes for this bump
- Have ran all tests for packages depending on this eclass, all of
them passed.
Acked-by: Alexis Ballier <aballier@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'eclass/ros-catkin.eclass')
-rw-r--r-- | eclass/ros-catkin.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass index 906d76843574..eac05695c5bc 100644 --- a/eclass/ros-catkin.eclass +++ b/eclass/ros-catkin.eclass @@ -44,7 +44,7 @@ fi # ROS only really works with one global python version and the target # version depends on the release. Noetic targets 3.7 and 3.8. # py3.9 or later are ok to add there as long as dev-ros/* have their deps satisfied. -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit ${SCM} python-single-r1 cmake flag-o-matic |