Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -113,6 +114,7 @@ jobs:
python:
- "3.11"
- "3.12"
- "3.13"
runs-on: ${{ matrix.os }}${{ matrix.arch != 'amd64' && format('-{0}', matrix.arch) || '' }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## New Features

<!-- Here goes the main new features and examples or instructions on how to use them -->
- The SDK now officially support Python 3.13.

## Bug Fixes

Expand Down
Loading