Skip to content

Commit b638a1b

Browse files
committed
drop minimum Python version to 3.8
1 parent 20f5797 commit b638a1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
"mpy-cross-multi" = "mpy_cross_multi.__main__:_run"
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.10"
13+
python = "^3.8"
1414
mpy-cross-v5 = "^1.0.2"
1515
mpy-cross-v6 = "^1.0.2"
1616
"mpy-cross-v6.1" = "^1.0.1"

0 commit comments

Comments
 (0)