PolicyEngine / policyengine-core

Core microsimulation engine for PolicyEngine models. Forked from OpenFisca-Core.
https://policyengine.github.io/policyengine-core
GNU Affero General Public License v3.0
14 stars 20 forks source link

Adding support for Python 3.11 #218

Closed pmberg closed 3 months ago

pmberg commented 4 months ago

[X] make format && make documentation has been run.

What's changed

Added support for Python 3.11

What this fixes and how it's fixed

Fixes #36 by adding utilities in GitHub workflows for Python 3.11. As the tests all pass in Python 3.11 on my machine, this is the only element needed for now.

MaxGhenis commented 4 months ago

LGTM - also note the minimal changes made in the similar https://github.com/openfisca/openfisca-core/pull/1181

@nikhilwoodruff please review though