From ede802d9eeac0ff01a3064cee99636244d1ecffd Mon Sep 17 00:00:00 2001 From: Josh Wiedemeier Date: Wed, 7 Jan 2026 14:11:58 -0600 Subject: [PATCH] version bump in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6972f65..6669cc5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This codebase is optimized for readability and future extension, so there may in To verify decompilation correctness and produce model training sets, PyLingual requires the ability to compile Python in the target version. -For current Python versions (3.8-3.13), PyLingual uses `uv`'s managed installations, but for Python 3.6 and 3.7, PyLingual uses [pyenv](https://github.com/pyenv/pyenv) ([pyenv-win](https://github.com/pyenv-win/pyenv-win) for Windows). +For current Python versions (3.8-3.14), PyLingual uses `uv`'s managed installations, but for Python 3.6 and 3.7, PyLingual uses [pyenv](https://github.com/pyenv/pyenv) ([pyenv-win](https://github.com/pyenv-win/pyenv-win) for Windows). ## Setup