caciviclab / disclosure-backend-static

Campaign finance data powering Open Disclosure California
https://caciviclab.org/odca-jekyll/
15 stars 13 forks source link

build(deps): add .python-version file #338

Open ckingbailey opened 9 months ago

ckingbailey commented 9 months ago

I found that Python 3.9 is the highest Python version that will work with make import and make process. I didn't try any versions older than 3.9. This adds a .python-version file specifying 3.9 so that others don't have to try different Python versions to figure out which one works.