mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added changelog entry and updated release notes
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
d2f1990135
commit
a1861c7871
3 changed files with 11 additions and 0 deletions
1
changelog/64457.added.md
Normal file
1
changelog/64457.added.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Switched Salt's onedir Python version to 3.11
|
7
changelog/64457.changed.md
Normal file
7
changelog/64457.changed.md
Normal 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
|
|
@ -6,6 +6,9 @@
|
||||||
Add release specific details below
|
Add release specific details below
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
## Python 3.11
|
||||||
|
Salt's onedir packages now use Python 3.11
|
||||||
|
|
||||||
## Python 3.7 Support Dropped
|
## Python 3.7 Support Dropped
|
||||||
Support for python 3.7 has been dropped since it reached end-of-line in 27 Jun 2023.
|
Support for python 3.7 has been dropped since it reached end-of-line in 27 Jun 2023.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue