From 7f3f0f2b467ca9eea1d0c6f379df746bb9661d98 Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Sun, 19 Jan 2025 12:48:12 +0100 Subject: [PATCH 1/2] scripts/python/module/README.adoc: update list of regularly touched Python 3.x versions [#2733] Signed-off-by: Jim Klimov --- scripts/python/module/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/python/module/README.adoc b/scripts/python/module/README.adoc index 18b1d84ddd..4b22f1a99a 100644 --- a/scripts/python/module/README.adoc +++ b/scripts/python/module/README.adoc @@ -27,7 +27,7 @@ link:https://pypi.org/project/PyNUTClient/[PyNUTClient] and so should be installable with `pip` tooling. Currently the module is regularly tested to work with Python interpreter -versions 2.7, 3.4, 3.5 and 3.7. +versions 2.7, 3.4, 3.5, 3.7, 3.11 and 3.13. [NOTE] ====== From 4e56fe54e7be82b9c2e6838e63cc5ff5275be153 Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Sun, 19 Jan 2025 12:51:32 +0100 Subject: [PATCH 2/2] .github/workflows/PyNUTClient.yml: test with python-3.13 [#2733] Signed-off-by: Jim Klimov --- .github/workflows/PyNUTClient.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PyNUTClient.yml b/.github/workflows/PyNUTClient.yml index e4a4834180..dfbdfc509b 100644 --- a/.github/workflows/PyNUTClient.yml +++ b/.github/workflows/PyNUTClient.yml @@ -27,10 +27,10 @@ jobs: with: fetch-depth: 0 fetch-tags: true - - name: Set up Python 3.10 + - name: Set up Python 3.13 uses: actions/setup-python@v3 with: - python-version: '3.10' + python-version: '3.13' - name: Extract python interpreter path name id: pythoncmd run: >-