From 803d5df057292be1c836bd19d929aae096a7f827 Mon Sep 17 00:00:00 2001 From: SebastianSarzosa Date: Tue, 27 Jan 2026 09:39:11 +0100 Subject: [PATCH] docs: specify recommended Python version Add a prerequisites section to inform users about the required Python version. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2ef80bb5..567c2266 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # kalshi-starter-code-python + +**Prerequisites:** Python 3.7 or higher is recommended for running these examples. + Example python code for accessing api-authenticated endpoints on [Kalshi](https://kalshi.com). This is not an SDK. ## Installation