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

123456789101112131415161718192021222324252627
  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. Forwarded: not-needed
  6. --- a/.github/workflows/ci.yml
  7. +++ b/.github/workflows/ci.yml
  8. @@ -6,7 +6,7 @@
  9. fail-fast: false
  10. matrix:
  11. os: ["ubuntu-latest"]
  12. - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"]
  13. + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
  14. include:
  15. - os: macos-latest
  16. python-version: "3.x"
  17. --- a/tox.ini
  18. +++ b/tox.ini
  19. @@ -10,7 +10,6 @@
  20. py311,
  21. py312,
  22. py313,
  23. - py313t,
  24. py314,
  25. py314t,
  26. mypy