🔧 Enable locale encoding output in subprocess test script

This commit is contained in:
2026-05-24 07:22:26 +08:00
parent 0c497641ca
commit b71ccc41b2
4 changed files with 162 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "python-tests"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pydantic>=2.13.4",
]