Skip to content

Commit

Permalink
Update target platforms for debs (#588)
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
  • Loading branch information
cottsay authored Oct 2, 2023
1 parent 1960796 commit f2c3296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions publish-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ artifacts:
config:
repository: dirk-thomas/colcon
distributions:
- ubuntu:bionic
- ubuntu:focal
- ubuntu:jammy
- debian:stretch
- debian:buster
- debian:bullseye
- debian:bookworm
2 changes: 1 addition & 1 deletion stdeb.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ No-Python2:
Depends3: python3-distlib, python3-empy, python3-packaging, python3-pytest, python3-setuptools
Recommends3: python3-pytest-cov
Suggests3: python3-pytest-repeat, python3-pytest-rerunfailures
Suite: bionic focal jammy stretch buster bullseye
Suite: focal jammy bullseye bookworm
X-Python3-Version: >= 3.6

0 comments on commit f2c3296

Please sign in to comment.