Skip to content

Commit

Permalink
Update target platforms for debs, python requirement
Browse files Browse the repository at this point in the history
* Bionic is in ESM and does not package importlib-metadata
* Buster does not package importlib-metadata
* Stretch has Python 3.5 and hasn't been support for a long time now
* Bookworm is the current "stable" Debian
* Upstream packages require Python 3.6, so this one should too
  • Loading branch information
cottsay committed Oct 5, 2023
1 parent 005070a commit 4631b23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ long_description_content_type = text/markdown
keywords = colcon

[options]
python_requires = >=3.6
install_requires =
colcon-core
colcon-bazel>=0.1.0
Expand Down
4 changes: 2 additions & 2 deletions stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[colcon-ros-bazel]
No-Python2:
Depends3: python3-colcon-ros (>=0.3.2), python3-colcon-bazel (>=0.1.0)
Suite: bionic focal jammy stretch buster bullseye
Depends3: python3-colcon-core, python3-colcon-bazel (>=0.1.0), python3-colcon-library-path, python3-colcon-ros (>=0.3.2)
Suite: focal jammy bullseye bookworm
X-Python3-Version: >= 3.6

0 comments on commit 4631b23

Please sign in to comment.