| 12345678910111213141516171819202122232425262728 |
- Subject: Add python 3.14 to CI
- Origin: upstream, commit 0.4.27-50-g71301b0 <https://github.com/ahupp/python-magic/commit/0.4.27-50-g71301b0>
- Author: ddelange <14880945+ddelange@users.noreply.github.com>
- Date: Tue Oct 14 14:09:18 2025 +0300
- --- a/.github/workflows/ci.yml
- +++ b/.github/workflows/ci.yml
- @@ -6,7 +6,7 @@
- fail-fast: false
- matrix:
- os: ["ubuntu-latest"]
- - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
- + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"]
- include:
- - os: macos-latest
- python-version: "3.x"
- --- a/tox.ini
- +++ b/tox.ini
- @@ -10,6 +10,9 @@
- py311,
- py312,
- py313,
- + py313t,
- + py314,
- + py314t,
- mypy
-
- [testenv]
|