You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Python 3.14 support and make it the default
- Add Python 3.14 to CI test matrix and classifiers
- Update mypy python_version and ruff target-version to 3.14
- Update release workflow and ReadTheDocs to Python 3.14
- Remove stale Python 3.7 pydot step from CI
- Add UP037 and UP042 to ruff ignore (require future annotations / 3.11+)
- Remove stale UP038 ignore (rule removed from ruff)
- Add match parameter to pytest.warns (PT030)
- Upgrade ruff 0.8.1 -> 0.15.0, mypy 1.4.1 -> 1.14.1, watchfiles 0.24.0 -> 1.1.1
0 commit comments