Pyproject.toml requires that we use python >= 3.9, but geometamaker's models.py uses the match keyword which was introduced in python 3.10. This hasn't come up in our GHA tests or in conda-forge builds because python 3.10 is the lowest python version being tested.
Pyproject.toml requires that we use python >= 3.9, but geometamaker's
models.pyuses thematchkeyword which was introduced in python 3.10. This hasn't come up in our GHA tests or in conda-forge builds because python 3.10 is the lowest python version being tested.