Skip to content

Commit 580a073

Browse files
authored
fix: use py3.11 on analytics api (#180)
1 parent c7b1295 commit 580a073

File tree

1 file changed

+1
-1
lines changed
  • playbooks/roles/analytics_api/meta

1 file changed

+1
-1
lines changed

playbooks/roles/analytics_api/meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
dependencies:
2323
- role: edx_django_service
24-
edx_django_service_use_python38: true
24+
edx_django_service_use_python311: true
2525
edx_django_service_repos: '{{ ANALYTICS_API_REPOS }}'
2626
edx_django_service_name: '{{ analytics_api_service_name }}'
2727
edx_django_service_user: '{{ analytics_api_user }}'

0 commit comments

Comments
 (0)