This changeset puts us back to Python 3.12.9 since we are still wrestling with certificate validation errors in Python 3.13 and no easy way to test things without breaking our deployment flow currently.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset modifies the Python version specified in the runtime.txt file for cloud.gov. The buildpack was recently updated, and the older version we had pinned is no longer supported.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset updates the runtime.txt file to match the recent Python version pinning that we had to do to fix a dependency issue.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset updates the runtime.txt file so that Cloud Foundry picks up Python 3.12.x instead of Python 3.9.x
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
we all run 3.6 locally, we test against 3.6 both locally and on
concourse, and the latest version of openpyxl (required by
pyexcel-xlsx) doesn't support 3.5 anymore