TigerAppsOrg / TigerPath

Four-year course planner for Princeton University students
http://tigerpath.io
MIT License
16 stars 5 forks source link

Upgrade to Python 3.9 #478

Closed nicholaspad closed 1 year ago

nicholaspad commented 1 year ago

(ignore the branch name)

Summary

This PR upgrades TigerPath to Python 3.9 from 3.6. This allows the app to use the latest Heroku stack and enables us to develop locally (Python 3.6 isn't available from Anaconda anymore).

Replaced Procfile with requirements.txt and updated the readme with dev instructions. Tested changes locally and on the dev app and everything works as intended.