Skip to content

Commit 72043a4

Browse files
committed
fix: add tomli dependency and fallback for Python 3.10 compatibility
1 parent 798b55a commit 72043a4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ classifiers = [
2424
"Programming Language :: Python :: 3.12",
2525
"Operating System :: OS Independent",
2626
]
27-
dependencies = []
27+
dependencies = [
28+
"tomli>=2.0.0; python_version < '3.11'",
29+
]
2830

2931
[project.urls]
3032
"Homepage" = "https://github.com/for13to1/mistode"

0 commit comments

Comments
 (0)