Skip to content

Commit

Permalink
build: add requirements constraint for Python 3.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Apr 23, 2024
1 parent beef0cd commit 10828d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 10828d6

Please sign in to comment.