We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f98dc38 + df0183e commit 044bdfcCopy full SHA for 044bdfc
playbooks/roles/analytics_api/defaults/main.yml
@@ -13,6 +13,10 @@
13
14
ANALYTICS_API_GIT_IDENTITY: !!null
15
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
+
20
#
21
# vars are namespace with the module name
22
0 commit comments