Skip to content

Commit

Permalink
Modify min python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
argonism committed Oct 8, 2023
1 parent bbc7765 commit 12eb17c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
packages = [{ include = "mdfy_esa" }, { include = "tests", format = "sdist" }]

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
python = ">=3.8,<4.0"
mdfy = "^0.2.0"
piyo = "^1.1.1"

Expand Down Expand Up @@ -66,8 +66,8 @@ ensure_newline_before_comments = true
line_length = 120
skip_gitignore = true

[tool.poetry-version-plugin]
source = "git-tag"
# [tool.poetry-version-plugin]
# source = "git-tag"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 12eb17c

Please sign in to comment.