Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #1207. We use `list[str]` in type hints rather than `List[str]`, which was only added in Python 3.9. So it broke CI. Python 3.9 is fine as a floor, given that Python 3.12 is newest.
- Loading branch information