From 10828d6c37cfadc9a50f81ab89b99abc61612719 Mon Sep 17 00:00:00 2001 From: Agrendalath Date: Tue, 23 Apr 2024 22:42:02 +0200 Subject: [PATCH] build: add requirements constraint for Python 3.11+ --- requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index d928eac..67c9ee9 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -14,3 +14,6 @@ # Newer versions fail with: # `AttributeError: module 'openedx.core.lib.safe_lxml.etree' has no attribute '__version__'`. parsel==1.6.0 + +# Temporary to Support the python 3.11 Upgrade +backports.zoneinfo;python_version<"3.9" # Newer versions have zoneinfo available in the standard library