commit:     acba2c476e81d1c8f00d9ea45c4e8d2d9234aa7a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 23:44:55 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  1 19:19:39 2024 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=acba2c47

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 <AT> gentoo.org>
Closes: https://github.com/pkgcore/pkgcheck/pull/665
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .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

Reply via email to