From 175b203fef04d0bb46ec50268ffa447f512abcac Mon Sep 17 00:00:00 2001 From: lindsay stevens Date: Thu, 2 May 2024 17:45:29 +1000 Subject: [PATCH] add: statement on Central compatibility --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ea7ff5..bcd3ede 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ This library aims to make common data analysis and workflow automation tasks as ## Install -The currently supported Python version for `pyodk` is 3.12. We recommend using [`pyenv`](https://github.com/pyenv/pyenv) to manage multiple versions of Python. +The currently supported Python version is 3.12. We recommend using [`pyenv`](https://github.com/pyenv/pyenv) to manage multiple versions of Python. + +The currently supported Central version is v2024.1.0. Newer or older Central versions will likely work too, but convenience (non-HTTP) methods assume this version. ### From pip