Added changelog entry and updated release notes

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-06-14 15:26:26 +01:00 committed by Pedro Algarvio
parent d2f1990135
commit a1861c7871
3 changed files with 11 additions and 0 deletions

1
changelog/64457.added.md Normal file
View file

@ -0,0 +1 @@
Switched Salt's onedir Python version to 3.11

View file

@ -0,0 +1,7 @@
Addressed Python 3.11 deprecations:
* Switch to `FullArgSpec` since Py 3.11 no longer has `ArgSpec`, deprecated since Py 3.0
* Stopped using the deprecated `cgi` module.
* Stopped using the deprecated `pipes` module
* Backport `locale.getdefaultlocale()` into Salt. It's getting removed in Py 3.13
* Stopped using the deprecated `imp` module

View file

@ -6,6 +6,9 @@
Add release specific details below
-->
## Python 3.11
Salt's onedir packages now use Python 3.11
## Python 3.7 Support Dropped
Support for python 3.7 has been dropped since it reached end-of-line in 27 Jun 2023.