From 4e5b8536ceae25dd924aa50b627a133ab6c6d862 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Tue, 8 Oct 2024 11:36:42 -0700 Subject: [PATCH] Remove docutils clamp --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 2cc7397..587dfcb 100755 --- a/setup.py +++ b/setup.py @@ -35,9 +35,6 @@ def version(): # https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy 'black>=24.3.0,<25.0.0', 'build>=0.7.0', - # docutils 0.21.x bumped to >=3.9 and 3.8 is still active. we'll - # have to clamp it down until we remove 3.8 - 'docutils<=0.20.1', 'isort>=5.11.5', 'pyflakes>=2.2.0', 'readme_renderer[md]>=26.0',