1
0

0.4.27-53-gf3cef27.apply-suggestions-from-code-review.patch 802 B

1234567891011121314151617181920212223242526
  1. Subject: Apply suggestions from code review
  2. Origin: upstream, commit 0.4.27-53-gf3cef27 <https://github.com/ahupp/python-magic/commit/0.4.27-53-gf3cef27>
  3. Author: ddelange <14880945+ddelange@users.noreply.github.com>
  4. Date: Tue Oct 14 13:44:09 2025 +0200
  5. --- a/.github/workflows/ci.yml
  6. +++ b/.github/workflows/ci.yml
  7. @@ -6,7 +6,7 @@
  8. fail-fast: false
  9. matrix:
  10. os: ["ubuntu-latest"]
  11. - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"]
  12. + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
  13. include:
  14. - os: macos-latest
  15. python-version: "3.x"
  16. --- a/tox.ini
  17. +++ b/tox.ini
  18. @@ -10,7 +10,6 @@
  19. py311,
  20. py312,
  21. py313,
  22. - py313t,
  23. py314,
  24. py314t,
  25. mypy