Skip to content

Commit

Permalink
Require Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Oct 18, 2024
1 parent d132374 commit c4217d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundled/tool/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def _run_tool_on_document(
if utils.is_stdlib_file(document.path):
return None

if sys.version_info < (3, 8):
if sys.version_info < (3, 9):
log_error("vscode-ufmt requires environment with Python 3.8 or newer")
return None

Expand Down

0 comments on commit c4217d3

Please sign in to comment.