mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-28 10:56:57 +08:00
Bumped dependencies.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools >= 80.0",
|
||||
"wheel ~= 0.45.0",
|
||||
"pyTooling ~= 8.11"
|
||||
"pyTooling ~= 8.12"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
@@ -26,7 +25,7 @@ variable-naming-style = "camelCase"
|
||||
|
||||
[tool.mypy]
|
||||
packages = ["myPackage", "myFramework.Extension"]
|
||||
python_version = "3.13"
|
||||
python_version = "3.14"
|
||||
strict = true
|
||||
pretty = true
|
||||
show_error_context = true
|
||||
|
||||
Reference in New Issue
Block a user