Skip to content

Commit

Permalink
Merge pull request #87 from edx/revert-80-analytics-api-python312-upg…
Browse files Browse the repository at this point in the history
…rade

Revert "build: upgrade analytics data api pipeline to use Python 3.12"
  • Loading branch information
UsamaSadiq authored Oct 30, 2024
2 parents 60de821 + 0fc7efd commit e817156
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playbooks/roles/analytics_api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ analytics_api_newrelic_appname: 'analytics-api'
analytics_api_debian_pkgs:
- 'libmysqlclient-dev'

ANALYTICS_API_USE_PYTHON12: True
ANALYTICS_API_USE_PYTHON12: False

ANALYTICS_API_USE_PYTHON38: True

ANALYTICS_API_VERSION: "master"
ANALYTICS_API_NGINX_PORT: '1{{ analytics_api_gunicorn_port }}'
Expand Down
1 change: 1 addition & 0 deletions playbooks/roles/analytics_api/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
dependencies:
- role: edx_django_service
edx_django_service_use_python312: '{{ ANALYTICS_API_USE_PYTHON12 }}'
edx_django_service_use_python38: '{{ ANALYTICS_API_USE_PYTHON38 }}'
edx_django_service_repos: '{{ ANALYTICS_API_REPOS }}'
edx_django_service_name: '{{ analytics_api_service_name }}'
edx_django_service_user: '{{ analytics_api_user }}'
Expand Down

0 comments on commit e817156

Please sign in to comment.