PolicyEngine / policyengine-api

PolicyEngine's REST API for computing policy impacts.
GNU Affero General Public License v3.0
12 stars 28 forks source link

Re-upgrade to Python 3.11 #1924

Closed anth-volk closed 1 month ago

anth-volk commented 1 month ago

Previously pushed code doing so, but it failed https://github.com/PolicyEngine/policyengine-api/actions/runs/11552735906, seemingly due to redis not being installed. This may be as simple as adding it to setup.py and making the other changes that were present previously.