From a0a32a4f0f35ae05f1303357bc69fc52acba9df0 Mon Sep 17 00:00:00 2001 From: Nathan Glenn Date: Thu, 19 Oct 2023 18:29:18 -0400 Subject: [PATCH] Fix specified Python version --- txt/Release_Notes_9.6.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txt/Release_Notes_9.6.2.txt b/txt/Release_Notes_9.6.2.txt index d87c8af..1708c4e 100644 --- a/txt/Release_Notes_9.6.2.txt +++ b/txt/Release_Notes_9.6.2.txt @@ -80,7 +80,7 @@ Other Changes - CI now runs Python and Tcl SML tests - Added support files for developing Soar with VSCode - Python version is now pinned in CI. This release, the compiled Python SML bindings - are compatible with Python 3.11.X. The generated Python code is compatible with + are compatible with Python 3.12.X. The generated Python code is compatible with older versions of Python, but the compiled bindings are not, so users with different version needs will need to compile their own bindings. - Setup logic is now encapsulated in setup.bat and setup.sh, which is easier and less