| 1234567891011121314151617181920212223242526 |
- Subject: Apply suggestions from code review
- Origin: upstream, commit 0.4.27-53-gf3cef27 <https://github.com/ahupp/python-magic/commit/0.4.27-53-gf3cef27>
- Author: ddelange <14880945+ddelange@users.noreply.github.com>
- Date: Tue Oct 14 13:44:09 2025 +0200
- --- 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.13t", "3.14", "3.14t"]
- + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
- include:
- - os: macos-latest
- python-version: "3.x"
- --- a/tox.ini
- +++ b/tox.ini
- @@ -10,7 +10,6 @@
- py311,
- py312,
- py313,
- - py313t,
- py314,
- py314t,
- mypy
|