Skip to content

Commit cf3c242

Browse files
committed
Fix lint
Remove `requires-python = ">=3.10"`. This caused the linter to use a new `with` syntax that was added in python 3.10, but we want to eventualy supoort older versions of python.
1 parent d1cf0a6 commit cf3c242

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ classifiers = [
4646
]
4747

4848
# Python dependencies required for use.
49-
requires-python = ">=3.10"
5049
dependencies=[
5150
"expecttest",
5251
"flatbuffers",

0 commit comments

Comments
 (0)