sloria / environs

simplified environment variable parsing
MIT License
1.19k stars 83 forks source link

Use an appropriate minimum version for marshmallow on python 3.12+ #351

Closed ribetm closed 1 month ago

ribetm commented 1 month ago

Fix py312-marshmallowlowest : ma 3.13 is not compatible with Python 3.12 as it tries to use the removed module distutils.

ma 3.20.2 is the first version with official support for py312.

sloria commented 1 month ago

Thank you!