Skip to content

Commit 535fb22

Browse files
committed
RELEASE.md: Combine Python support versions and move Python 3.9 support drop to Deprecations section
1 parent 5c7b021 commit 535fb22

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

RELEASE.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,19 @@
1515
* Disabled Bzlmod in `.bazelrc` to resolve protobuf conflicts.
1616
* Added dummy repositories in `WORKSPACE` to bypass circular dependencies with TensorFlow.
1717
* Fixed missing `#include <cstdint>` in various files to support compilation with `gcc 15`.
18-
* Added support for Python 3.13.
18+
* Added support for Python 3.12 and 3.13.
1919
* Upgraded Bazel global pin to `7.7.0`.
2020
* Upgraded release build container configurations from legacy `manylinux2014` to modern `manylinux_2_28`.
2121
* Stamps dynamic release wheels to match `manylinux_2_35` dynamic system dependencies.
22-
* Added support for Python 3.12.
23-
* Dropped support for Python 3.9.
24-
2522

2623
## Breaking Changes
2724

2825
* N/A
2926

3027
## Deprecations
3128

32-
* N/A
29+
* Dropped support for Python 3.9.
30+
3331

3432
# Version 0.48.1
3533

0 commit comments

Comments
 (0)