summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2023-01-22 11:40:27 -0700
committerMats Wichmann <mats@linux.com>2023-01-22 11:44:28 -0700
commit2b81cdb47534a9c4faf71d750e7b0baeef97fd67 (patch)
tree7a771e1251000127439514c98b37d93d82332c50 /RELEASE.txt
parentf9b27906ef5a1540774210e6adf7c954cf7d81b6 (diff)
downloadscons-git-2b81cdb47534a9c4faf71d750e7b0baeef97fd67.tar.gz
Add Python 3.12 support
* Updated one testcase which now generates a warning, failing the test (which expects no stderr). * Updated ActionTests.py to know about 3.12, and uses the current bytecode sequences (these might change later in the 3.12 cycle) * Added 3.11 and 3.12 to setup.cfg so tools which query "what Pythons does SCons support" from pypi metadata won't be fooled into thinking 3.11 isn't supported (or 3.12, though that's preliminary). Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 35fd845ff..6c4cd53b0 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -43,6 +43,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
octal modes using the modern Python syntax (0o755 rather than 0755).
- Migrated logging logic for --taskmastertrace to use Python's logging module. Added logging
to NewParallel Job class (Andrew Morrow's new parallel job implementation)
+- Preliminary support for Python 3.12.
FIXES