From ab8ca74453bc821afd6423a3d5a1dac95e975d6e Mon Sep 17 00:00:00 2001 From: Marco Ferreira <68199617+MarcoFerreiraPerson@users.noreply.github.com> Date: Fri, 21 Nov 2025 18:51:15 -0500 Subject: [PATCH] Update Python version requirement to 3.12 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52dedf9..2a9ced9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ OptiSQL is a custom in-memory query execution engine. The backend (physical exec - Go 1.24+ - Rust 1.70+ - C++23 -- Python 3.11+ +- Python 3.12 - Docker 29+ - Make - git @@ -143,4 +143,4 @@ Want to contribute? Check out [CONTRIBUTING.md](CONTRIBUTING.md) for detailed gu - Build and run instructions ## License -This project is licensed under the terms specified in [LICENSE.txt](LICENSE.txt). \ No newline at end of file +This project is licensed under the terms specified in [LICENSE.txt](LICENSE.txt).