File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 36
36
python :
37
37
- " 3.11"
38
38
- " 3.12"
39
+ - " 3.13"
39
40
nox-session :
40
41
# To speed things up a bit we use the special ci_checks_max session
41
42
# that uses the same venv to run multiple linting sessions
@@ -113,6 +114,7 @@ jobs:
113
114
python :
114
115
- " 3.11"
115
116
- " 3.12"
117
+ - " 3.13"
116
118
runs-on : ${{ matrix.os }}${{ matrix.arch != 'amd64' && format('-{0}', matrix.arch) || '' }}
117
119
118
120
steps :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ A development kit to interact with the Frequenz development platform.
12
12
13
13
The following platforms are officially supported (test):
14
14
15
- - ** Python:** 3.11, 3.12
15
+ - ** Python:** 3.11 .. 3.13
16
16
- ** Operating System:** Ubuntu Linux 20.04
17
17
- ** Architectures:** amd64, arm64
18
18
Original file line number Diff line number Diff line change 10
10
11
11
## New Features
12
12
13
- <!-- Here goes the main new features and examples or instructions on how to use them -->
13
+ - The SDK now officially support Python 3.13.
14
14
15
15
## Bug Fixes
16
16
You can’t perform that action at this time.
0 commit comments