Skip to content

Commit

Permalink
Relax z3 version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
pschanely committed Nov 19, 2024
1 parent fa1142e commit 1e22c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"packaging",
"typing-inspect>=0.7.1",
"typing_extensions>=3.10.0",
"z3-solver==4.13.0.0",
"z3-solver>=4.13.0.0",
"importlib_metadata>=4.0.0",
"pygls>=1.0.0", # For the LSP server
"typeshed-client>=2.0.5",
Expand Down

0 comments on commit 1e22c95

Please sign in to comment.