- Add Python 3.12 and 3.13 to CI - Can now be imported on Python 3.13
0.3.2
- Performance improvements based on [Hypothesis 6.93.0](https://hypothesis.readthedocs.io/en/latest/changes.html#v6-93-0)
0.3.1
- Hypothesis >= 6.89.0 made some internal changes which broke our `from_grammar()`. This patch restores compatibility, and requires the new Hypothesis.
0.3.0
- Even more efficient generation of Python identifiers, using [Hypothesis 6.84.1](https://hypothesis.readthedocs.io/en/latest/changes.html#v6-84-1) - Dropped support for Python 3.7, which is end-of-life and not supported by Hypothesis
0.2.3
- Actually package up the renamed grammar file this time.
0.2.2
- Correct the minimum required version of LibCST - Use `importlib.resources` to load the Python grammar (zip-safe)