openfisca / openfisca-core

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

Draft : Update python version to 3.12.3 #1289

Open benoit-cty opened 3 weeks ago

benoit-cty commented 3 weeks ago

This PR will close #1287

OpenFisca-core is working with Python 3.12 since the version 43, but allowed minimal Numpy version, 1.24, do not work with Python 3.12.

So this PR will raise minimal Python version to 1.26.

Breaking changes

New features

Deprecations

Technical changes