From a1861c7871e80e01d8e5b6db08d306c70029c386 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 14 Jun 2023 15:26:26 +0100 Subject: [PATCH] Added changelog entry and updated release notes Signed-off-by: Pedro Algarvio --- changelog/64457.added.md | 1 + changelog/64457.changed.md | 7 +++++++ doc/topics/releases/templates/3007.0.md.template | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 changelog/64457.added.md create mode 100644 changelog/64457.changed.md diff --git a/changelog/64457.added.md b/changelog/64457.added.md new file mode 100644 index 00000000000..b868b65eb7f --- /dev/null +++ b/changelog/64457.added.md @@ -0,0 +1 @@ +Switched Salt's onedir Python version to 3.11 diff --git a/changelog/64457.changed.md b/changelog/64457.changed.md new file mode 100644 index 00000000000..3360eb9c0cc --- /dev/null +++ b/changelog/64457.changed.md @@ -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 diff --git a/doc/topics/releases/templates/3007.0.md.template b/doc/topics/releases/templates/3007.0.md.template index 66899b0f155..1230db548a1 100644 --- a/doc/topics/releases/templates/3007.0.md.template +++ b/doc/topics/releases/templates/3007.0.md.template @@ -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.