Skip to content

Commit 71d6c04

Browse files
committed
bump to python 3.13
1 parent 82ce147 commit 71d6c04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/.github/workflows/ci.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: pipx install poetry
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.12
18+
python-version: 3.13
1919
cache: poetry
2020
- name: Install package
2121
run: poetry install

src/.github/workflows/{% if docs %}docs.yaml{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: pipx install poetry
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.12
19+
python-version: 3.13
2020
cache: poetry
2121
- name: Install package
2222
run: poetry install

src/{% if docker %}Dockerfile{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-alpine AS base
1+
FROM python:3.13-alpine AS base
22
WORKDIR /app
33

44
### Builder ###

0 commit comments

Comments
 (0)