Features
- Update CA bundle to certifi 2024.8.30. (#1169)
- Python version 3.13 is now supported. (#1210, #1212)
- Update runtime Python versions to 3.8.20, 3.9.20, 3.10.15, 3.11.10, 3.12.7 and 3.13.0. (#1211)
- Android Gradle plugin versions 8.6 to 8.7 are now supported. (#1224, #1245)
Deprecations and Removals
Bugfixes
- When exceptions are thrown during an import, the traceback now contains only a single copy of
import_override
, rather than one for every import level. (#889)
sys.stdin
is no longer overridden, so it has all the standard attributes including buffer
. (#1083)