Skip to content

Commit b12efd4

Browse files
authored
Update pyproject.toml
Signed-off-by: David Osipov <[email protected]>
1 parent bfedfe3 commit b12efd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies = [
3636
"msgpack == 1.1.0",
3737
"blake3 == 1.0.4; platform_system != 'Emscripten'",
3838
]
39+
package-mode = false
3940

4041
[project.optional-dependencies]
4142
memory_monitor = ["psutil == 7.0.0"]
@@ -111,7 +112,7 @@ line-length = 88
111112
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
112113

113114
[tool.mypy]
114-
python_version = "3.8"
115+
python_version = "3.12.7"
115116
warn_unused_configs = true
116117
warn_redundant_casts = true
117118
warn_unused_ignores = true

0 commit comments

Comments
 (0)