From 4afe3fc3c07402a34478663f92cec8a3396639d8 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Tue, 28 Jan 2025 10:18:26 -0500 Subject: [PATCH] Exclude the Debian 13 platform from the Rust Molecule scenario The build of the lxml wheel currently fails under Python 3.13, which is the current version of Python on Debian 13. --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4afca03..cbc3dfa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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.