Added
- Added support for Python 3.14.
- Allow
$PYTHONBREAKPOINTto affectruncallandpost_mortemdebugging. - (logging) Propagate
**kwargsin conditional/rate-limited logging functions.
Changed
- Dropped support for Python 3.8 and 3.9.
- (flags) Change internals of
absl.flags.get_help_width()implementation. - (cleanup) Modernize Bazel setup with
MODULE.bazel. - (cleanup) Modernize type annotations using Python 3.10+ features.
Fixed
- (flags) Fix duplicate flag definition when reloading a module.
- (typechecking) Correct type signature of
absltest.skipThisClass.