0.4.27-50-g71301b0.add-python-3-14-to-ci.patch 793 B

12345678910111213141516171819202122232425262728
  1. Subject: Add python 3.14 to CI
  2. Origin: upstream, commit 0.4.27-50-g71301b0 <https://github.com/ahupp/python-magic/commit/0.4.27-50-g71301b0>
  3. Author: ddelange <14880945+ddelange@users.noreply.github.com>
  4. Date: Tue Oct 14 14:09:18 2025 +0300
  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.14"]
  12. + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "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,6 +10,9 @@
  19. py311,
  20. py312,
  21. py313,
  22. + py313t,
  23. + py314,
  24. + py314t,
  25. mypy
  26. [testenv]