Skip to content

Commit 49af6ef

Browse files
Update deb platforms for release (#27)
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)
1 parent 604bac9 commit 49af6ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

publish-python.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ artifacts:
1010
distributions:
1111
- ubuntu:focal
1212
- ubuntu:jammy
13-
- debian:bullseye
13+
- ubuntu:noble
1414
- debian:bookworm
15+
- debian:trixie

stdeb.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[colcon-coveragepy-result]
22
No-Python2:
33
Depends3: python3-colcon-core, python3-coverage
4-
Suite: focal jammy bullseye bookworm
4+
Suite: focal jammy noble bookworm trixie
55
X-Python3-Version: >= 3.6

0 commit comments

Comments
 (0)