1
0

0.4.27-26-gab1b2a4.update-ci-yml.patch 669 B

1234567891011121314151617
  1. Subject: Update ci.yml
  2. Origin: upstream, commit 0.4.27-26-gab1b2a4 <https://github.com/ahupp/python-magic/commit/0.4.27-26-gab1b2a4>
  3. Author: Christian Clauss <cclauss@me.com>
  4. Date: Thu May 16 17:37:31 2024 +0200
  5. Forwarded: not-needed
  6. --- a/.github/workflows/ci.yml
  7. +++ b/.github/workflows/ci.yml
  8. @@ -10,7 +10,7 @@
  9. include:
  10. - os: macos-latest
  11. python-version: '3.13'
  12. - # - os: windows-latest # TODO: Fix the Windows test that runs in an infinite loop.
  13. + # - os: windows-latest # TODO: Fix the Windows test that runs in an infinite loop
  14. # python-version: '3.13'
  15. runs-on: ${{ matrix.os }}
  16. steps: