1
0

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

1234567891011121314151617181920212223242526272829
  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. 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.14"]
  13. + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "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,6 +10,9 @@
  20. py311,
  21. py312,
  22. py313,
  23. + py313t,
  24. + py314,
  25. + py314t,
  26. mypy
  27. [testenv]