We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8800d92 commit c984f81Copy full SHA for c984f81
README.md
@@ -207,6 +207,9 @@ open-sourced registry defined under `pyproject.toml` file.
207
208
* Fix CI/CD and GitHub Pages integration
209
* 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 `... | ...`
213
* Correct front-end samples in `README.md`
214
* Add `flexible` examples
215
* Rewrite `Flexible Mode` section in `README.md`
0 commit comments