Skip to content

Commit

Permalink
Use oldest supported version for pyrightVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Jan 6, 2025
1 parent 5f0f01d commit 642595c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/examples/code/ping_as_java_and_bedrock_in_one_time.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
import asyncio

from mcstatus import BedrockServer, JavaServer
Expand Down
2 changes: 1 addition & 1 deletion pyrightconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
// Documentation configuration files do not require type checking
"docs/conf.py"
],
"pythonVersion": "3.13"
"pythonVersion": "3.9"
}

0 comments on commit 642595c

Please sign in to comment.