Skip to content

Commit

Permalink
Require Python support >= 3.7 instead of >= 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Marques <[email protected]>
  • Loading branch information
gastmaier committed Mar 11, 2024
1 parent 35b1930 commit 98b64c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adi_doctools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .role import setup as role_setup
from .lut import get_lut

__version__ = "0.3.18"
__version__ = "0.3.19"

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"click",
"pygments >= 2.7",
]
requires-python = ">=3.8"
requires-python = ">=3.7"
dynamic = ["version"]

[project.optional-dependencies]
Expand Down

0 comments on commit 98b64c3

Please sign in to comment.