From 6e9402a8d1cff4538449153cf5ae0017aab7a3a9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 07:37:16 +0200 Subject: [PATCH] Remove Python 3.9 (backport #496) (#497) * Remove Python 3.9 (#496) Signed-off-by: Pablo Garrido (cherry picked from commit d327cba7142a993020819bb2d86ff684395a470a) # Conflicts: # .github/workflows/ci.yml * Update Signed-off-by: Pablo Garrido Co-authored-by: Pablo Garrido --- .github/workflows/ci.yml | 2 -- .github/workflows/nightly.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c64901f6..9922ef05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,8 +50,6 @@ jobs: - name: dependencies run: | apt update - # Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved - apt install -y python3.9-dev apt install -y python3-colcon-metadata python3-pip rosdep update --rosdistro $ROS_DISTRO rosdep install -y --from-paths src --ignore-src -y diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d0b7ae97..d7a59f59 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -380,8 +380,6 @@ jobs: - name: dependencies run: | apt update - # Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved - apt install -y python3.9-dev apt install -y python3-colcon-metadata python3-pip rosdep update --rosdistro $ROS_DISTRO rosdep install -y --from-paths src --ignore-src -y