openedx / edx-platform

The Open edX LMS & Studio, powering education sites around the world!
https://openedx.org
GNU Affero General Public License v3.0
7.1k stars 3.79k forks source link

temp: build: compile python requirements with 3.8, not 3.11 #34960

Closed kdmccormick closed 3 weeks ago

kdmccormick commented 4 weeks ago

We haven't quite dropped Py3.8 support yet, so we can't use these workflows if they're compiling with 3.11:

So, we "downgrade" those workflows to use 3.8, for now. We should revert this commit when we drop 3.8 support.

Note: The upgrade-python-requirements.yml workflow is still using 3.8, so this commit will update the other workflows to match that one.

edx-pipeline-bot commented 3 weeks ago

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

edx-pipeline-bot commented 3 weeks ago

2U Release Notice: This PR has been deployed to the edX production environment.

edx-pipeline-bot commented 3 weeks ago

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

edx-pipeline-bot commented 3 weeks ago

2U Release Notice: This PR has been deployed to the edX production environment.

kdmccormick commented 3 weeks ago

When we're ready, this temp change will be reverted by: https://github.com/openedx/edx-platform/pull/34960