Skip to content

Commit 5c272dd

Browse files
authored
Merge pull request #89 from scs/chore/update-dependencies
Update Python and dependencies
2 parents 7d56c4b + ee94076 commit 5c272dd

5 files changed

Lines changed: 252 additions & 254 deletions

File tree

.github/workflows/build-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: 3.11
29+
python-version: 3.13
3030
cache: "poetry"
3131
- name: Setup project with Poetry
3232
run: |

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: 3.11
26+
python-version: 3.13
2727
cache: "poetry"
2828
- name: Setup project with Poetry
2929
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The Python3 package does not contain any infrastructure to run `smartmeter-datac
106106

107107
### Python Requirements
108108

109-
* Python >= 3.10 (tested with 3.11)
109+
* Python >= 3.10 (tested with 3.13)
110110

111111
### Installation
112112

0 commit comments

Comments
 (0)