openfisca / openfisca-core

OpenFisca core engine. See other repositories for countries-specific code & data.
https://openfisca.org
GNU Affero General Public License v3.0
168 stars 75 forks source link

Fix documentation #1165

Closed bonjourmauko closed 1 year ago

bonjourmauko commented 1 year ago

Depended upon by openfisca/openfisca-doc#283

Bug fix

benjello commented 1 year ago

@maukoquiroga : just to let you know that these changes broke the baremes-ipp generation page and that we fixed it by using python3.9 and importing importlib-metadata. You may consider adding this dep.

Do not know if it is an issue or another problem.

MattiSG commented 1 year ago

If a patch bump forces changing the Python version, this is a big problem and that new version should be yanked asap.

benjello commented 1 year ago

The major problem was importlib_metadata. I bumped the python version to anticipate future deprecations.