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

12345678910111213141516
  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. --- a/.github/workflows/ci.yml
  6. +++ b/.github/workflows/ci.yml
  7. @@ -10,7 +10,7 @@
  8. include:
  9. - os: macos-latest
  10. python-version: '3.13'
  11. - # - os: windows-latest # TODO: Fix the Windows test that runs in an infinite loop.
  12. + # - os: windows-latest # TODO: Fix the Windows test that runs in an infinite loop
  13. # python-version: '3.13'
  14. runs-on: ${{ matrix.os }}
  15. steps: