Skip to content

Commit d4e41c8

Browse files
Try turning off mypy
Want to see if we can get to the conformance tests with this branch.
1 parent bc744a1 commit d4e41c8

3 files changed

Lines changed: 8 additions & 104 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10
1+
3.11

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0"
1010
license-files = ["LICENSE"]
1111
keywords = ["validate", "protobuf", "protocol buffer"]
1212
# Keep our minimum version synced with ./.python-version.
13-
requires-python = ">=3.10"
13+
requires-python = ">=3.11"
1414
classifiers = [
1515
"Programming Language :: Python :: 3.10",
1616
"Programming Language :: Python :: 3.11",
@@ -116,6 +116,8 @@ filterwarnings = ["error", "ignore::DeprecationWarning"]
116116

117117
[tool.mypy]
118118
mypy_path = "gen"
119+
ignore_missing_imports = true
120+
119121

120122
[tool.ty.environment]
121123
extra-paths = ["gen"]

0 commit comments

Comments
 (0)