version bump in readme

This commit is contained in:
Josh Wiedemeier
2026-01-07 14:11:58 -06:00
parent 4a4a8a081d
commit ede802d9ee
+1 -1
View File
@@ -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