Skip to content

Commit 27f2a66

Browse files
committed
build: update deps for analytics-api Python 3.12 support
1 parent bd2b1d9 commit 27f2a66

File tree

1 file changed

+15
-0
lines changed
  • playbooks/roles/edx_django_service/tasks

1 file changed

+15
-0
lines changed

playbooks/roles/edx_django_service/tasks/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,21 @@
7676
- install
7777
- install:system-requirements
7878

79+
- name: Update common deps for Python 3.12 Support
80+
pip:
81+
name:
82+
- pip==24.2
83+
- configparser==7.0.0
84+
- setuptools==75.0.0
85+
- virtualenv==20.27.0
86+
- zipp==3.20.2
87+
- importlib-resources==6.4.5
88+
state: present
89+
when: edx_django_service_use_python312 and not edx_django_service_enable_experimental_docker_shim
90+
tags:
91+
- install
92+
- install:system-requirements
93+
7994
- name: install python3.8
8095
apt:
8196
pkg:

0 commit comments

Comments
 (0)