Skip to content

Commit d4d204c

Browse files
committed
ci: update release workflow and Dockerfile to Python 3.14
1 parent f545d70 commit d4d204c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: '3.12'
23+
python-version: '3.14'
2424

2525
- name: Install build tools
2626
run: |
@@ -103,7 +103,7 @@ jobs:
103103
- name: Set up Python
104104
uses: actions/setup-python@v5
105105
with:
106-
python-version: '3.12'
106+
python-version: '3.14'
107107

108108
- name: Install build tools
109109
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine
1+
FROM python:3.14-alpine
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)