Skip to content

Commit 94d6b8b

Browse files
pablogs9mergify-bot
authored andcommitted
Remove Python 3.9 (#496)
Signed-off-by: Pablo Garrido <pablogs9@gmail.com> (cherry picked from commit d327cba)
1 parent e14ade8 commit 94d6b8b

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
- name: dependencies
5353
run: |
5454
apt update
55-
# Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved
56-
apt install -y python3.9-dev
5755
apt install -y python3-colcon-metadata python3-pip
5856
rosdep update --rosdistro $ROS_DISTRO
5957
rosdep install -y --from-paths src --ignore-src -y
@@ -195,8 +193,6 @@ jobs:
195193
run: |
196194
apt update
197195
apt upgrade -y
198-
# Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved
199-
apt install -y python3.9-dev
200196
# Install last version of CMake
201197
apt install -y apt-transport-https ca-certificates gnupg software-properties-common wget
202198
if [ $(lsb_release -sr) = "22.04" ]; then

.github/workflows/nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,6 @@ jobs:
530530
- name: dependencies
531531
run: |
532532
apt update
533-
# Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved
534-
apt install -y python3.9-dev
535533
apt install -y python3-colcon-metadata python3-pip
536534
rosdep update --rosdistro $ROS_DISTRO
537535
rosdep install -y --from-paths src --ignore-src -y

0 commit comments

Comments
 (0)