Skip to content

Commit c984f81

Browse files
committed
docs: add plan to drop python 3.9 support
1 parent 8800d92 commit c984f81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ open-sourced registry defined under `pyproject.toml` file.
207207

208208
* Fix CI/CD and GitHub Pages integration
209209
* Add code samples when setting up and running tests
210+
* Drop support for Python 3.9 by October, 2025
211+
* (Syntax 3.9 -> 3.10) Replace `Optional[...]` with `None | ...`
212+
* (Syntax 3.9 -> 3.10) Replace `Union[..., ...]` with `... | ...`
210213
* Correct front-end samples in `README.md`
211214
* Add `flexible` examples
212215
* Rewrite `Flexible Mode` section in `README.md`

0 commit comments

Comments
 (0)