Skip to content

Commit be78180

Browse files
chore(deps): update dependency python to 3.13 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 701985f commit be78180

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.10"
30+
python-version: "3.13"
3131
- name: Install and configure Poetry (this should ideally be done from pyproject.toml but..)
3232
uses: snok/install-poetry@v1
3333
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.10"
15+
python-version: "3.13"
1616
- name: Install and configure Poetry (this should ideally be done from pyproject.toml but..)
1717
uses: snok/install-poetry@v1
1818
with:

0 commit comments

Comments
 (0)