diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 36357 -> 36360 bytes | |||
-rw-r--r-- | eclass/ros-catkin.eclass | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex 3c35c3bf3106..5b46d25837ff 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz 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 |