Skip to content

Commit 192e2c7

Browse files
committed
Add support for Python 3.13
1 parent f785664 commit 192e2c7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ _PYTHON_VERSIONS = [
4949
"3.10",
5050
"3.11",
5151
"3.12",
52+
"3.13",
5253
]
5354

5455
_DEFAULT_PYTHON = "3.10"

repositories/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ def ros2_repositories():
271271
http_archive,
272272
name = "ros2_xacro",
273273
build_file = "@com_github_mvukov_rules_ros2//repositories:xacro.BUILD.bazel",
274-
sha256 = "a8802a5b48f7479bae1238e822ac4ebb47660221eb9bc40a608e899d60f3f7e4",
275-
strip_prefix = "xacro-2.0.9",
276-
urls = ["https://github.com/ros/xacro/archive/refs/tags/2.0.9.tar.gz"],
274+
sha256 = "6df0d44af8a6bf9f23f0536ce167a0cd7b4c01281100dfea7e17d504363b424d",
275+
strip_prefix = "xacro-2.0.13",
276+
urls = ["https://github.com/ros/xacro/archive/refs/tags/2.0.13.tar.gz"],
277277
)
278278

279279
# Version copied from https://github.com/ros2/orocos_kdl_vendor/blob/0.2.5/orocos_kdl_vendor/CMakeLists.txt#L58.

0 commit comments

Comments
 (0)