Skip to content

Commit

Permalink
Update deb platforms for release (#41)
Browse files Browse the repository at this point in the history
Added:
* Ubuntu Noble (24.04 LTS pre-release)
* Debian Trixie (testing)

Dropped:
* Debian Bullseye (oldstable)

Retained:
* Debian Bookworm (stable)
* Ubuntu Focal (20.04 LTS)
* Ubuntu Jammy (22.04 LTS)
  • Loading branch information
nuclearsandwich authored Feb 9, 2024
1 parent 80642db commit b6bb8b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion publish-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ artifacts:
distributions:
- ubuntu:focal
- ubuntu:jammy
- debian:bullseye
- ubuntu:noble
- debian:bookworm
- debian:trixie
2 changes: 1 addition & 1 deletion stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[colcon-package-information]
No-Python2:
Depends3: python3-colcon-core (>= 0.5.2)
Suite: focal jammy bullseye bookworm
Suite: focal jammy noble bookworm trixie
X-Python3-Version: >= 3.6

0 comments on commit b6bb8b0

Please sign in to comment.