Skip to content

Commit

Permalink
chore: add constraint for docutils
Browse files Browse the repository at this point in the history
  • Loading branch information
zawan-ila committed Aug 9, 2024
1 parent 4a8c7b9 commit 4b1e838
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@

# For python greater than or equal to 3.9 backports.zoneinfo is causing failures
backports.zoneinfo;python_version<"3.9"

# Python 3.8 is not supported by newer versions of docutils. Remove this pin once
# python 3.8 is deprecated
docutils==0.20.1

0 comments on commit 4b1e838

Please sign in to comment.