diff options
author | Sam James <sam@gentoo.org> | 2024-02-16 23:44:55 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-01 21:19:39 +0200 |
commit | acba2c476e81d1c8f00d9ea45c4e8d2d9234aa7a (patch) | |
tree | 38e666789aa1e42e17e204a5a3b33f06d75f5ced | |
parent | git: fix no-copies option (diff) | |
download | pkgcheck-acba2c476e81d1c8f00d9ea45c4e8d2d9234aa7a.tar.gz pkgcheck-acba2c476e81d1c8f00d9ea45c4e8d2d9234aa7a.tar.bz2 pkgcheck-acba2c476e81d1c8f00d9ea45c4e8d2d9234aa7a.zip |
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 <sam@gentoo.org>
Closes: https://github.com/pkgcore/pkgcheck/pull/665
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | .github/workflows/test.yml | 5 |
1 files changed, 0 insertions, 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 @@ -19,11 +19,6 @@ jobs: 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 experimental: false |