From 778ac11a6979744833a628c1f0c7574007dba5ec Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 16 May 2025 11:03:18 +0200 Subject: [PATCH] Add support for Python 3.13 Signed-off-by: Leandro Lucarella --- .github/workflows/ci.yaml | 2 ++ README.md | 2 +- RELEASE_NOTES.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 55dddda6d..a7bcccd9e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,6 +36,7 @@ jobs: python: - "3.11" - "3.12" + - "3.13" nox-session: # To speed things up a bit we use the special ci_checks_max session # that uses the same venv to run multiple linting sessions @@ -113,6 +114,7 @@ jobs: python: - "3.11" - "3.12" + - "3.13" runs-on: ${{ matrix.os }}${{ matrix.arch != 'amd64' && format('-{0}', matrix.arch) || '' }} steps: diff --git a/README.md b/README.md index 869187049..23e29ec7f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A development kit to interact with the Frequenz development platform. The following platforms are officially supported (test): -- **Python:** 3.11, 3.12 +- **Python:** 3.11 .. 3.13 - **Operating System:** Ubuntu Linux 20.04 - **Architectures:** amd64, arm64 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 61ee6f2ad..6d2e4d19e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,7 +10,7 @@ ## New Features - +- The SDK now officially support Python 3.13. ## Bug Fixes