From acba2c476e81d1c8f00d9ea45c4e8d2d9234aa7a Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 16 Feb 2024 23:44:55 +0000 Subject: Revert "ci: test py3.13" This reverts commit 9cb39d40ef6334961bc247edc722d893abce9985. Temproarily disable Python 3.13 in CI as lxml isn't building anymore, even though it did until about last week... Signed-off-by: Sam James Closes: https://github.com/pkgcore/pkgcheck/pull/665 Signed-off-by: Arthur Zamarin --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf09c3e3..cde5dbd7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,11 +18,6 @@ jobs: experimental: [false] tree-sitter-bash: [bundled] include: - - os: ubuntu-latest - python-version: '3.13-dev' - deps: newest-deps - experimental: true - tree-sitter-bash: bundled - os: ubuntu-latest python-version: '3.11' deps: minimal-deps -- cgit v1.2.3-65-gdbad