ProtixIT / dataclass-binder

Python library to bind TOML data to dataclasses in a type-safe way
MIT License
13 stars 2 forks source link

Support Python 3.12 #43

Closed mthuurne closed 11 months ago

mthuurne commented 11 months ago

Now that Python 3.12 has been released, we should support it.

Fortunately, no changes are needed other than including 3.12 in the CI matrix.