Skip to content

Commit cdbedc5

Browse files
committed
update dependencies
Also drop Python 3.8 support.
1 parent 84d49f0 commit cdbedc5

File tree

2 files changed

+61
-51
lines changed

2 files changed

+61
-51
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mpy-cross-multi"
3-
version = "1.1.2"
3+
version = "2.0.0"
44
description = "MicroPython cross-compiler targeting multiple runtime versions."
55
authors = ["David Lechner <[email protected]>"]
66
license = "MIT"
@@ -11,16 +11,16 @@ homepage = "https://github.com/pybricks/python-mpy-cross-multi"
1111
"mpy-cross-multi" = "mpy_cross_multi.__main__:_run"
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.8"
15-
mpy-cross-v5 = "^1.0.2"
16-
mpy-cross-v6 = "^1.0.2"
17-
"mpy-cross-v6.1" = "^1.0.1"
18-
"mpy-cross-v6.2" = "^1.0.0"
19-
"mpy-cross-v6.3" = "^1.0.0"
20-
semver = "^3.0.2"
14+
python = ">=3.9"
15+
mpy-cross-v5 = ">=1.1.0"
16+
mpy-cross-v6 = ">=1.1.0"
17+
"mpy-cross-v6.1" = ">=1.0.1"
18+
"mpy-cross-v6.2" = ">=1.0.0"
19+
"mpy-cross-v6.3" = ">=1.0.0"
20+
semver = ">=3.0.2"
2121

2222
[tool.poetry.group.dev.dependencies]
23-
ruff = "^0.4.3"
23+
ruff = ">=0.12.8"
2424

2525
[build-system]
2626
requires = ["poetry-core"]

0 commit comments

Comments
 (0)