Skip to content

Commit

Permalink
Exclude the Debian 13 platform from the Rust Molecule scenario
Browse files Browse the repository at this point in the history
The build of the lxml wheel currently fails under Python 3.13, which
is the current version of Python on Debian 13.
  • Loading branch information
jsf9k committed Jan 28, 2025
1 parent 688dbd1 commit 4afe3fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ jobs:
# tool.
- platform: debian12-systemd
scenario: rust
# The build of the lxml wheel currently fails under Python
# 3.13, which is the current version of Python on Debian 13.
- platform: debian13-systemd
scenario: rust
platform:
# This Ansible role only supports Debian-based platforms for
# now.
Expand Down

0 comments on commit 4afe3fc

Please sign in to comment.