We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b1930 commit 98b64c3Copy full SHA for 98b64c3
adi_doctools/__init__.py
@@ -9,7 +9,7 @@
9
from .role import setup as role_setup
10
from .lut import get_lut
11
12
-__version__ = "0.3.18"
+__version__ = "0.3.19"
13
14
logger = logging.getLogger(__name__)
15
pyproject.toml
@@ -33,7 +33,7 @@ dependencies = [
33
"click",
34
"pygments >= 2.7",
35
]
36
-requires-python = ">=3.8"
+requires-python = ">=3.7"
37
dynamic = ["version"]
38
39
[project.optional-dependencies]
0 commit comments