Skip to content

Commit 98b64c3

Browse files
committed
Require Python support >= 3.7 instead of >= 3.8
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent 35b1930 commit 98b64c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adi_doctools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .role import setup as role_setup
1010
from .lut import get_lut
1111

12-
__version__ = "0.3.18"
12+
__version__ = "0.3.19"
1313

1414
logger = logging.getLogger(__name__)
1515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"click",
3434
"pygments >= 2.7",
3535
]
36-
requires-python = ">=3.8"
36+
requires-python = ">=3.7"
3737
dynamic = ["version"]
3838

3939
[project.optional-dependencies]

0 commit comments

Comments
 (0)