Skip to content

Commit 044bdfc

Browse files
authored
Merge pull request #279 from edx/bbeggs/analytics_api_312
chore: Use / install python 3.12 on analytics-api.
2 parents f98dc38 + df0183e commit 044bdfc

File tree

1 file changed

+4
-0
lines changed
  • playbooks/roles/analytics_api/defaults

1 file changed

+4
-0
lines changed

playbooks/roles/analytics_api/defaults/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
ANALYTICS_API_GIT_IDENTITY: !!null
1515

16+
# Upgrading to python 3.12, let's leave 3.11 out of the image as it's preventing the image from building.
17+
edx_django_service_use_python311: false
18+
edx_django_service_use_python312: true
19+
1620
#
1721
# vars are namespace with the module name
1822
#

0 commit comments

Comments
 (0)