What's Changed
- Document
pipx run --spec='validate-pyproject\[all]' validate-pyproject --helpby @cclauss (#258) - Test on Python 3.14 by @cclauss (#265)
- Add PEP 794 support by @henryiii (#271)
- Fix broken store loading if properties is nested by @henryiii (#281)
- Fix more integer types by @henryiii (#282)
- Update
uvintegration a bit by @henryiii (#274) - Allow
package-datafor stubs packages by @cdce8p (#248)
Other Changes
- General updates for
.cirrus.yml(#249, #291) - Update example from
pdm-backendin tests by @udifuchs (#251) pre-commit autoupdateby @cclauss (#265)- Fix cirrus not finding python by @henryiii (#270)
- Adopt
log_levelforpytest(it is better thanlog_cli_level) by @henryiii (#276) - Better
ruffsettings by @henryiii (#283) - Add more
ruffchecks enabled by @henryiii (#285) - Fix
free-bsdold image on CI by @henryiii (#287)
New Contributors
Full Changelog: v0.24.1...v0.25