Open benoit-cty opened 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.
some_function()
some_function
private_function
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
some_function()
Deprecations
some_function
.Technical changes
private_function
.