sloria / environs

simplified environment variable parsing
MIT License
1.22k stars 87 forks source link

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

Closed ribetm closed 4 months ago

ribetm commented 4 months 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 4 months ago

Thank you!