From ff268bbb94aaba787a417f60a4d7c748d370d536 Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Tue, 16 Apr 2024 18:08:56 +0500 Subject: [PATCH] build: adding python3.11 support. --- requirements/constraints.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 8e0dcbb85..d395f13e4 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -11,10 +11,6 @@ # Common constraints for edx repos -c common_constraints.txt -# The update to pyyaml 6.x failed as docker-compose wants <6,>=3.10. Pinning to <6.0. This constraint will be -# re-evaluated as part of APER-1556. -pyyaml<6.0 - # Pinning urllib3 to versions < 2.x as this conflicts with boto. This constraint will be re-evaluated as part of # APER-2422 urllib3<2