MODFLOW-USGS / modflow-devtools

MODFLOW 6 development toolkit
https://modflow-devtools.readthedocs.io/en/latest/
Other
2 stars 5 forks source link

MFZipFile prospects #57

Open wpbonelli opened 1 year ago

wpbonelli commented 1 year ago

It seems Python 3.12's ZipFile.extract will be able to preserve file permissions, but for backwards compatibility 3.11 and below will preserve the current behavior and not default to doing so. Probably makes sense to keep MFZipFile around until 3.12 is the minimum supported version for modflow-related Python projects.